initial commit
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 1m4s
All checks were successful
Build and Publish TechDocs / build-and-publish (push) Successful in 1m4s
Change-Id: I83c7674b31ee747d97c4828579f45209910ebbd6
This commit is contained in:
26
overlays/ingress/ingress.yaml
Normal file
26
overlays/ingress/ingress.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: petclinic-demo-andrej3
|
||||
namespace: demo-apps
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: nginx
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
tls:
|
||||
- hosts:
|
||||
- petclinic-demo-andrej3.kyndemo.live
|
||||
secretName: petclinic-demo-andrej3-kyndemo-live-tls
|
||||
rules:
|
||||
- host: petclinic-demo-andrej3.kyndemo.live
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: frontend
|
||||
port:
|
||||
number: 80
|
||||
Reference in New Issue
Block a user