init
This commit is contained in:
parent
70fba31839
commit
9caf51d989
@ -0,0 +1,17 @@
|
|||||||
|
apiVersion: networking.k8s.io/v1
|
||||||
|
kind: Ingress
|
||||||
|
metadata:
|
||||||
|
name: {{$.Release.Name}}-{{$.Values.name}}
|
||||||
|
namespace: {{$.Release.Namespace}}
|
||||||
|
spec:
|
||||||
|
rules:
|
||||||
|
- host: {{tpl $.Values.ingress.host .}}
|
||||||
|
http:
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: "{{ $.Release.Name }}-{{ $.Values.name }}"
|
||||||
|
port:
|
||||||
|
number: {{ $.Values.port }}
|
||||||
Loading…
x
Reference in New Issue
Block a user