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: metadata:
name: stampy-mctimestamp name: stampy-mctimestamp
namespace: brechy-playground namespace: brechy-playground
annotations:
haproxy-ingress.github.io/ssl-redirect: "true"
spec: spec:
ingressClassName: haproxy ingressClassName: istio
rules: rules:
- host: stampy-mctimestamp.strudelline.net - host: stampy-mctimestamp.strudelline.net
http: http:

View File

@ -12,12 +12,8 @@ kind: Ingress
metadata: metadata:
name: synapse-werts name: synapse-werts
namespace: synapse 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: spec:
ingressClassName: haproxy ingressClassName: istio
rules: rules:
- host: chat.werts.us - host: chat.werts.us
http: http:

View File

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

View File

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

View File

@ -3,12 +3,8 @@ kind: Ingress
metadata: metadata:
name: vaultwarden name: vaultwarden
namespace: 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: spec:
ingressClassName: haproxy ingressClassName: istio
rules: rules:
- host: warden.strudelline.net - host: warden.strudelline.net
http: http: