0
0
Fork 0

fixed typo

This commit is contained in:
ston1th 2020-05-02 14:01:49 +02:00
commit f755dfff8e
4 changed files with 12 additions and 12 deletions

View file

@ -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