ingress.yaml

This commit is contained in:
titver968
2025-03-05 21:22:15 +01:00
parent 9d9c22ea14
commit 87eb02781d
4 changed files with 13 additions and 15 deletions

View File

@@ -15,7 +15,7 @@ replicaCount: 1
service:
type: ClusterIP
port: 80
port: 4173
annotations: {}
endpoint: tatort.local
@@ -27,12 +27,12 @@ ingress:
# kubernetes.io/tls-acme: "true"
path: /
pathtype: ImplementationSpecific
# hosts: [ tatort.local ]
hosts:
- host: tatort.local
paths:
- path: /
pathType: ImplementationSpecific
hosts: [ tatort.local ]
# hosts:
# - host: tatort.local
# paths:
# - path: /
# pathType: ImplementationSpecific
tls: []