add test train
This commit is contained in:
23
test/button/1.0.0/templates/ingress.yaml
Executable file
23
test/button/1.0.0/templates/ingress.yaml
Executable file
@@ -0,0 +1,23 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
kubernetes.io/ingress.class: nginx
|
||||
name: {{ .Release.Name }}
|
||||
spec:
|
||||
rules:
|
||||
- host: {{ .Release.Name }}.freenas.dnet
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
service:
|
||||
name: {{ .Release.Name }}
|
||||
port:
|
||||
number: 8000
|
||||
path: /
|
||||
pathType: Prefix
|
||||
# tls:
|
||||
# - hosts:
|
||||
# - {{ .Release.Name }}.ducoterra.net
|
||||
# secretName: {{.Release.Name}}-tls-cert
|
||||
Reference in New Issue
Block a user