fix maubot ingress for istio

This commit is contained in:
James Andariese 2023-08-28 13:12:02 -05:00
parent c2a54545cc
commit d4c2f45073

View File

@ -6,6 +6,10 @@ metadata:
spec: spec:
externalName: noctowl.cascade.strudelline.net externalName: noctowl.cascade.strudelline.net
type: ExternalName type: ExternalName
ports:
- name: http
port: 29316
targetPort: 29316
--- ---
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress