autocommit

This commit is contained in:
Linus Vogel 2026-07-19 11:26:06 +02:00
parent 12603ce4a7
commit a978ad47f7

View File

@ -14,12 +14,12 @@ gateway:
targetPort: 15021 targetPort: 15021
nodePort: 31021 nodePort: 31021
- name: http2 - name: http2
protocol: TCP protocol: HTTP
port: 80 port: 80
targetPort: 80 targetPort: 80
nodePort: 30080 nodePort: 30080
- name: https - name: https
protocol: TCP protocol: HTTPS
port: 443 port: 443
targetPort: 443 targetPort: 443
nodePort: 30443 nodePort: 30443