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
|
||||
hosts:
|
||||
- host: &host "vault.jahanson.tech"
|
||||
paths:
|
||||
- path: /
|
||||
service:
|
||||
identifier: vault
|
||||
port: &port 8200
|
||||
paths: []
|
||||
tls:
|
||||
- hosts:
|
||||
- *host
|
||||
service:
|
||||
type: "ClusterIP"
|
||||
port: *port
|
||||
port: &port 8200
|
||||
targetPort: *port
|
||||
# off until it's online for the first time
|
||||
readinessProbe:
|
||||
|
|
Loading…
Reference in a new issue