ingress.yaml
This commit is contained in:
@@ -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: []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user