diff --git a/templates/connect/ingress_legacy_prodnso.yaml b/templates/connect/ingress_legacy_prodnso.yaml deleted file mode 100644 index 713f7b2..0000000 --- a/templates/connect/ingress_legacy_prodnso.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - annotations: - cert-manager.io/cluster-issuer: letsencrypt-prod - cert-manager.io/issue-temporary-certificate: 'true' - kubernetes.io/ingress.class: nginx - nginx.ingress.kubernetes.io/ssl-redirect: 'true' - nginx.ingress.kubernetes.io/ssl-passthrough: 'true' - nginx.ingress.kubernetes.io/backend-protocol: HTTPS - name: prodnso-connect-ingress -spec: - rules: - - host: prodnso-mobene-cusprod-01-connect.smardigo.digital - http: - paths: - - backend: - service: - name: connect - port: - number: 8080 - path: / - pathType: Prefix - tls: - - hosts: - - prodnso-mobene-cusprod-01-connect.smardigo.digital - secretName: prodnso-connect-ingress-cert \ No newline at end of file