Commit d828e867 by 蒋勇

d

parent e57caa83
...@@ -12,7 +12,8 @@ spec: ...@@ -12,7 +12,8 @@ spec:
containers: containers:
- name: hello - name: hello
image: busybox image: busybox
' imagePullPolicy: IfNotPresent
args: args:
- "bin/sh" - "bin/sh"
- "-c" - "-c"
- "for i in 9 8 7 6 5 4 3 2 1; do echo $i; done" - "for i in 9 8 7 6 5 4 3 2 1; do echo $i; done"
\ No newline at end of file
...@@ -175,7 +175,7 @@ metadata: ...@@ -175,7 +175,7 @@ metadata:
namespace: chaolai namespace: chaolai
spec: spec:
rules: rules:
- host: jaxiya.gongsibao.com - host: jiaxiya.gongsibao.com
http: http:
paths: paths:
- path: / - path: /
......
...@@ -18,7 +18,7 @@ spec: ...@@ -18,7 +18,7 @@ spec:
restartPolicy: Always restartPolicy: Always
containers: containers:
- name: igirlchannelgateway - name: igirlchannelgateway
image: registry.cn-beijing.aliyuncs.com/hantang/igirlchannelgateway:31.0.8 image: registry.cn-beijing.aliyuncs.com/hantang/igirlchannelgateway:31.0.9
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 80 - containerPort: 80
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment