nginx使用传入配置tag
parent
70421cdc59
commit
2af1a14cd2
|
|
@ -14,7 +14,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: nginx-demo
|
- name: nginx-demo
|
||||||
image: 'nginx:alpine'
|
image: nginx:${NGINX_VERSION}
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue