fixed typo
This commit is contained in:
parent
0659c44499
commit
f755dfff8e
4 changed files with 12 additions and 12 deletions
|
|
@ -26,7 +26,7 @@ spec:
|
|||
- name: nginx
|
||||
image: nginx@sha256:2911ad2d54f4cf4dc7ad21af122c1eefce16836a34be751c63351ca1fb452d57 # nginx:mainline-alpine
|
||||
volumeMounts:
|
||||
- name: ingress-proxy-config
|
||||
- name: ingress-proxy
|
||||
mountPath: /etc/nginx
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
|
|
@ -46,6 +46,6 @@ spec:
|
|||
hostPort: 443
|
||||
protocol: TCP
|
||||
volumes:
|
||||
- name: ingress-proxy-config
|
||||
- name: ingress-proxy
|
||||
configMap:
|
||||
name: ingress-proxy-config
|
||||
name: ingress-proxy
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ spec:
|
|||
- name: nginx
|
||||
image: nginx@sha256:2911ad2d54f4cf4dc7ad21af122c1eefce16836a34be751c63351ca1fb452d57 # nginx:mainline-alpine
|
||||
volumeMounts:
|
||||
- name: ingress-proxy-config
|
||||
- name: ingress-proxy
|
||||
mountPath: /etc/nginx
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
|
|
@ -46,6 +46,6 @@ spec:
|
|||
hostPort: 443
|
||||
protocol: TCP
|
||||
volumes:
|
||||
- name: ingress-proxy-config
|
||||
- name: ingress-proxy
|
||||
configMap:
|
||||
name: ingress-proxy-config
|
||||
name: ingress-proxy
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ spec:
|
|||
- name: nginx
|
||||
image: nginx@sha256:2911ad2d54f4cf4dc7ad21af122c1eefce16836a34be751c63351ca1fb452d57 # nginx:mainline-alpine
|
||||
volumeMounts:
|
||||
- name: ingress-proxy-config
|
||||
- name: ingress-proxy
|
||||
mountPath: /etc/nginx
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
|
|
@ -121,9 +121,9 @@ spec:
|
|||
hostPort: 443
|
||||
protocol: TCP
|
||||
volumes:
|
||||
- name: ingress-proxy-config
|
||||
- name: ingress-proxy
|
||||
configMap:
|
||||
name: ingress-proxy-config
|
||||
name: ingress-proxy
|
||||
# config/istio/ingress-proxy-configmap.yaml
|
||||
---
|
||||
apiVersion: v1
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ spec:
|
|||
- name: nginx
|
||||
image: nginx@sha256:2911ad2d54f4cf4dc7ad21af122c1eefce16836a34be751c63351ca1fb452d57 # nginx:mainline-alpine
|
||||
volumeMounts:
|
||||
- name: ingress-proxy-config
|
||||
- name: ingress-proxy
|
||||
mountPath: /etc/nginx
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
|
|
@ -121,9 +121,9 @@ spec:
|
|||
hostPort: 443
|
||||
protocol: TCP
|
||||
volumes:
|
||||
- name: ingress-proxy-config
|
||||
- name: ingress-proxy
|
||||
configMap:
|
||||
name: ingress-proxy-config
|
||||
name: ingress-proxy
|
||||
# config/nginx/ingress-proxy-configmap.yaml
|
||||
---
|
||||
apiVersion: v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue