From cf5a6a9baec55dea83e20fbfadea0fab469bc0da Mon Sep 17 00:00:00 2001 From: James Andariese Date: Wed, 19 Jul 2023 18:01:16 -0500 Subject: [PATCH] update multiple ingresses to istio --- brechy/stampy-mctimestamp.yaml | 4 +--- matrix/ingress.yaml | 6 +----- profanity/ingress.yaml | 4 +--- vault/ingress.yaml | 4 +--- vaultwarden/ingress.yaml | 6 +----- 5 files changed, 5 insertions(+), 19 deletions(-) diff --git a/brechy/stampy-mctimestamp.yaml b/brechy/stampy-mctimestamp.yaml index f3e4c3c..60a12b5 100644 --- a/brechy/stampy-mctimestamp.yaml +++ b/brechy/stampy-mctimestamp.yaml @@ -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: diff --git a/matrix/ingress.yaml b/matrix/ingress.yaml index eb94a21..9834adb 100644 --- a/matrix/ingress.yaml +++ b/matrix/ingress.yaml @@ -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: diff --git a/profanity/ingress.yaml b/profanity/ingress.yaml index 3235992..9ae96dc 100644 --- a/profanity/ingress.yaml +++ b/profanity/ingress.yaml @@ -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: diff --git a/vault/ingress.yaml b/vault/ingress.yaml index edb52c5..bb1439e 100644 --- a/vault/ingress.yaml +++ b/vault/ingress.yaml @@ -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: diff --git a/vaultwarden/ingress.yaml b/vaultwarden/ingress.yaml index bc3383e..f2bf420 100644 --- a/vaultwarden/ingress.yaml +++ b/vaultwarden/ingress.yaml @@ -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: