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
|
- name: nginx
|
||||||
image: nginx@sha256:2911ad2d54f4cf4dc7ad21af122c1eefce16836a34be751c63351ca1fb452d57 # nginx:mainline-alpine
|
image: nginx@sha256:2911ad2d54f4cf4dc7ad21af122c1eefce16836a34be751c63351ca1fb452d57 # nginx:mainline-alpine
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: ingress-proxy-config
|
- name: ingress-proxy
|
||||||
mountPath: /etc/nginx
|
mountPath: /etc/nginx
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|
@ -46,6 +46,6 @@ spec:
|
||||||
hostPort: 443
|
hostPort: 443
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
volumes:
|
volumes:
|
||||||
- name: ingress-proxy-config
|
- name: ingress-proxy
|
||||||
configMap:
|
configMap:
|
||||||
name: ingress-proxy-config
|
name: ingress-proxy
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ spec:
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: nginx@sha256:2911ad2d54f4cf4dc7ad21af122c1eefce16836a34be751c63351ca1fb452d57 # nginx:mainline-alpine
|
image: nginx@sha256:2911ad2d54f4cf4dc7ad21af122c1eefce16836a34be751c63351ca1fb452d57 # nginx:mainline-alpine
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: ingress-proxy-config
|
- name: ingress-proxy
|
||||||
mountPath: /etc/nginx
|
mountPath: /etc/nginx
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|
@ -46,6 +46,6 @@ spec:
|
||||||
hostPort: 443
|
hostPort: 443
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
volumes:
|
volumes:
|
||||||
- name: ingress-proxy-config
|
- name: ingress-proxy
|
||||||
configMap:
|
configMap:
|
||||||
name: ingress-proxy-config
|
name: ingress-proxy
|
||||||
|
|
|
||||||
|
|
@ -101,7 +101,7 @@ spec:
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: nginx@sha256:2911ad2d54f4cf4dc7ad21af122c1eefce16836a34be751c63351ca1fb452d57 # nginx:mainline-alpine
|
image: nginx@sha256:2911ad2d54f4cf4dc7ad21af122c1eefce16836a34be751c63351ca1fb452d57 # nginx:mainline-alpine
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: ingress-proxy-config
|
- name: ingress-proxy
|
||||||
mountPath: /etc/nginx
|
mountPath: /etc/nginx
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|
@ -121,9 +121,9 @@ spec:
|
||||||
hostPort: 443
|
hostPort: 443
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
volumes:
|
volumes:
|
||||||
- name: ingress-proxy-config
|
- name: ingress-proxy
|
||||||
configMap:
|
configMap:
|
||||||
name: ingress-proxy-config
|
name: ingress-proxy
|
||||||
# config/istio/ingress-proxy-configmap.yaml
|
# config/istio/ingress-proxy-configmap.yaml
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
|
|
||||||
|
|
@ -101,7 +101,7 @@ spec:
|
||||||
- name: nginx
|
- name: nginx
|
||||||
image: nginx@sha256:2911ad2d54f4cf4dc7ad21af122c1eefce16836a34be751c63351ca1fb452d57 # nginx:mainline-alpine
|
image: nginx@sha256:2911ad2d54f4cf4dc7ad21af122c1eefce16836a34be751c63351ca1fb452d57 # nginx:mainline-alpine
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: ingress-proxy-config
|
- name: ingress-proxy
|
||||||
mountPath: /etc/nginx
|
mountPath: /etc/nginx
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|
@ -121,9 +121,9 @@ spec:
|
||||||
hostPort: 443
|
hostPort: 443
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
volumes:
|
volumes:
|
||||||
- name: ingress-proxy-config
|
- name: ingress-proxy
|
||||||
configMap:
|
configMap:
|
||||||
name: ingress-proxy-config
|
name: ingress-proxy
|
||||||
# config/nginx/ingress-proxy-configmap.yaml
|
# config/nginx/ingress-proxy-configmap.yaml
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue