diff --git a/templates/connect/ingress_legacy_prodnso.yaml b/templates/connect/ingress_legacy_prodnso.yaml new file mode 100644 index 0000000..713f7b2 --- /dev/null +++ b/templates/connect/ingress_legacy_prodnso.yaml @@ -0,0 +1,27 @@ +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