提交 2dc9c1d8 编写于 作者: E edisonxiang 提交者: Gitee

add deployment yaml for website

上级 6bcad63b
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: websiteinfo
namespace: euler
labels:
app: websiteinfo
annotations:
flux.weave.works/automated: "true"
flux.weave.works/tag.nginxinfod: semver:~1.0
spec:
strategy:
rollingUpdate:
maxUnavailable: 0
type: RollingUpdate
selector:
matchLabels:
app: websiteinfo
template:
metadata:
annotations:
prometheus.io/scrape: "true"
labels:
app: websiteinfo
spec:
containers:
- name: websiteinfod
image: swr.cn-north-1.myhuaweicloud.com/openeuler/website:v1.0.201908201746334761
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
name: http
protocol: TCP
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册