This commit is contained in:
Julien Cabillot
2021-08-06 22:08:36 -04:00
parent c87bef1d9d
commit 940ad33be7
4 changed files with 8 additions and 46 deletions

View File

@@ -5,8 +5,10 @@
replicaCount: 1
image:
repository: jcabillot/ip
repository: docker.io/jcabillot/ip
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: ""
imagePullSecrets: []
nameOverride: ""
@@ -40,21 +42,21 @@ service:
port: 80
ingress:
enabled: true
enabled: false
annotations:
kubernetes.io/ingress.class: "traefik"
cert-manager.io/cluster-issuer: "letsencrypt-prod"
hosts:
- host: "ip.opti.cabillot.eu"
- host: "toto.opti.cabillot.eu"
paths:
- path: /
backend:
serviceName: "ip-svc"
serviceName: "ip"
servicePort: 80
tls:
- secretName: "ip-tls"
hosts:
- "ip.opti.cabillot.eu"
- "toto.opti.cabillot.eu"
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious