You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
783 B
YAML
27 lines
783 B
YAML
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 |