autocommit
This commit is contained in:
parent
2e4fb17b33
commit
b9aeac3521
@ -19,4 +19,11 @@ spec:
|
|||||||
tls:
|
tls:
|
||||||
mode: SIMPLE # enables HTTPS on this port
|
mode: SIMPLE # enables HTTPS on this port
|
||||||
credentialName: istio-ingress-tls-secret
|
credentialName: istio-ingress-tls-secret
|
||||||
|
- port:
|
||||||
|
number: 80
|
||||||
|
name: http
|
||||||
|
protocol: HTTP
|
||||||
|
hosts:
|
||||||
|
- '*.apps.linvogel.internal'
|
||||||
|
- '*.apps.linvogel.ch'
|
||||||
# TODO: secret here
|
# TODO: secret here
|
||||||
@ -3,10 +3,10 @@ gateway:
|
|||||||
kind: Deployment
|
kind: Deployment
|
||||||
labels:
|
labels:
|
||||||
istio: istio-gateway
|
istio: istio-gateway
|
||||||
annotations:
|
|
||||||
istio: istio-gateway
|
|
||||||
service:
|
service:
|
||||||
type: NodePort
|
type: NodePort
|
||||||
|
labels:
|
||||||
|
istio: istio-gateway
|
||||||
ports:
|
ports:
|
||||||
- name: status-port
|
- name: status-port
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user