update multiple ingresses to istio

This commit is contained in:
James Andariese 2023-07-19 18:01:16 -05:00
parent 0e174f846f
commit cf5a6a9bae
5 changed files with 5 additions and 19 deletions

View File

@ -28,10 +28,8 @@ kind: Ingress
metadata:
name: stampy-mctimestamp
namespace: brechy-playground
annotations:
haproxy-ingress.github.io/ssl-redirect: "true"
spec:
ingressClassName: haproxy
ingressClassName: istio
rules:
- host: stampy-mctimestamp.strudelline.net
http:

View File

@ -12,12 +12,8 @@ kind: Ingress
metadata:
name: synapse-werts
namespace: synapse
annotations:
haproxy-ingress.github.io/ssl-redirect: "true"
haproxy-ingress.github.io/timeout-client: 5m
haproxy-ingress.github.io/timeout-server: 5m
spec:
ingressClassName: haproxy
ingressClassName: istio
rules:
- host: chat.werts.us
http:

View File

@ -3,10 +3,8 @@ kind: Ingress
metadata:
name: profanity
namespace: profanity
annotations:
haproxy-ingress.github.io/ssl-redirect: "true"
spec:
ingressClassName: haproxy
ingressClassName: istio
rules:
- host: profanity.strudelline.net
http:

View File

@ -3,10 +3,8 @@ kind: Ingress
metadata:
name: vault
namespace: vault
annotations:
haproxy-ingress.github.io/ssl-redirect: "true"
spec:
ingressClassName: haproxy
ingressClassName: istio
rules:
- host: vault.strudelline.net
http:

View File

@ -3,12 +3,8 @@ kind: Ingress
metadata:
name: vaultwarden
namespace: vaultwarden
annotations:
haproxy-ingress.github.io/ssl-redirect: "true"
haproxy-ingress.github.io/timeout-client: 5m
haproxy-ingress.github.io/timeout-server: 5m
spec:
ingressClassName: haproxy
ingressClassName: istio
rules:
- host: warden.strudelline.net
http: