debug
This commit is contained in:
parent
c26261865e
commit
24c1c9462d
1 changed files with 2 additions and 6 deletions
|
@ -34,17 +34,13 @@ spec:
|
||||||
ingressClassName: internal-nginx
|
ingressClassName: internal-nginx
|
||||||
hosts:
|
hosts:
|
||||||
- host: &host "vault.jahanson.tech"
|
- host: &host "vault.jahanson.tech"
|
||||||
paths:
|
paths: []
|
||||||
- path: /
|
|
||||||
service:
|
|
||||||
identifier: vault
|
|
||||||
port: &port 8200
|
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- *host
|
- *host
|
||||||
service:
|
service:
|
||||||
type: "ClusterIP"
|
type: "ClusterIP"
|
||||||
port: *port
|
port: &port 8200
|
||||||
targetPort: *port
|
targetPort: *port
|
||||||
# off until it's online for the first time
|
# off until it's online for the first time
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
|
|
Loading…
Reference in a new issue