cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user