change the rest of the external-services to istio

This commit is contained in:
James Andariese 2023-07-19 16:48:20 -05:00
parent 20f23e6b54
commit 64070acfc8
6 changed files with 20 additions and 18 deletions

View File

@ -16,9 +16,6 @@ kind: Ingress
metadata:
name: git
namespace: external-services
annotations:
haproxy-ingress.github.io/ssl-redirect: "true"
#haproxy-ingress.github.io/backend-protocol: "h1-ssl"
spec:
ingressClassName: istio
rules:

View File

@ -6,16 +6,18 @@ metadata:
spec:
externalName: noctowl.cascade.strudelline.net
type: ExternalName
ports:
- name: http
protocol: TCP
port: 58714
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: minio-admin
namespace: external-services
annotations:
haproxy-ingress.github.io/ssl-redirect: "true"
spec:
ingressClassName: haproxy
ingressClassName: istio
rules:
- host: minio-admin.strudelline.net
http:

View File

@ -6,16 +6,18 @@ metadata:
spec:
externalName: noctowl.cascade.strudelline.net
type: ExternalName
ports:
- name: http
protocol: TCP
port: 58713
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: minio
namespace: external-services
annotations:
haproxy-ingress.github.io/ssl-redirect: "true"
spec:
ingressClassName: haproxy
ingressClassName: istio
rules:
- host: werts.us.minio.strudelline.net
http:

View File

@ -6,16 +6,18 @@ metadata:
spec:
externalName: noctowl.cascade.strudelline.net
type: ExternalName
ports:
- name: http
protocol: TCP
port: 5000
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: noctowl
namespace: external-services
annotations:
haproxy-ingress.github.io/ssl-redirect: "true"
spec:
ingressClassName: haproxy
ingressClassName: istio
rules:
- host: noctowl.strudelline.net
http:

View File

@ -17,8 +17,6 @@ metadata:
name: webdav
namespace: external-services
annotations:
#haproxy-ingress.github.io/ssl-redirect: "true"
#haproxy-ingress.github.io/backend-protocol: "h1-ssl"
ingress.kubernetes.io/config-backend: |
http-request set-header X-Real-IP %[src]
spec:

View File

@ -6,17 +6,18 @@ metadata:
spec:
externalName: noctowl.cascade.strudelline.net
type: ExternalName
ports:
- name: http
protocol: TCP
port: 8444
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: windmill
namespace: external-services
annotations:
haproxy-ingress.github.io/ssl-redirect: "true"
#haproxy-ingress.github.io/backend-protocol: "h1-ssl"
spec:
ingressClassName: haproxy
ingressClassName: istio
rules:
- host: windmill.strudelline.net
http: