This commit is contained in:
Joseph Hanson 2024-09-10 21:11:57 -05:00
parent c26261865e
commit 24c1c9462d
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -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: