autocommit

This commit is contained in:
Linus Vogel 2026-07-19 11:15:23 +02:00
parent 2e4fb17b33
commit b9aeac3521
2 changed files with 9 additions and 2 deletions

View File

@ -19,4 +19,11 @@ spec:
tls:
mode: SIMPLE # enables HTTPS on this port
credentialName: istio-ingress-tls-secret
- port:
number: 80
name: http
protocol: HTTP
hosts:
- '*.apps.linvogel.internal'
- '*.apps.linvogel.ch'
# TODO: secret here

View File

@ -3,10 +3,10 @@ gateway:
kind: Deployment
labels:
istio: istio-gateway
annotations:
istio: istio-gateway
service:
type: NodePort
labels:
istio: istio-gateway
ports:
- name: status-port
protocol: TCP