From 3a6ad575b90b7f815b496ef1e0096668eb5ee16a Mon Sep 17 00:00:00 2001 From: Victor Getz Date: Tue, 6 Feb 2024 11:42:08 +0100 Subject: [PATCH] update documentation --- .../infrastructure-charts/deployment-values.yaml | 6 ++++-- .../templates/infrastructure-charts/ingress-values.yaml | 3 ++- blueprints/values.yaml | 9 ++++++--- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/blueprints/templates/infrastructure-charts/deployment-values.yaml b/blueprints/templates/infrastructure-charts/deployment-values.yaml index 26e9ac2..7ba973c 100644 --- a/blueprints/templates/infrastructure-charts/deployment-values.yaml +++ b/blueprints/templates/infrastructure-charts/deployment-values.yaml @@ -2,9 +2,11 @@ deployment: replicaCount: "2" image: - repository: #REPLACE_ME + # -- Required + repository: pullPolicy: IfNotPresent - tag: #REPLACE_ME + # -- Required + tag: imagePullSecrets: [ ] nameOverride: "" diff --git a/blueprints/templates/infrastructure-charts/ingress-values.yaml b/blueprints/templates/infrastructure-charts/ingress-values.yaml index 6e57569..dc65035 100644 --- a/blueprints/templates/infrastructure-charts/ingress-values.yaml +++ b/blueprints/templates/infrastructure-charts/ingress-values.yaml @@ -1,6 +1,7 @@ ingress: enabled: true - host: #REPLACE_ME + # -- Required, replace it with your host address + host: annotations: cert-manager.io/cluster-issuer: letsencrypt traefik.ingress.kubernetes.io/router.entrypoints: websecure diff --git a/blueprints/values.yaml b/blueprints/values.yaml index 97a6c69..7395852 100644 --- a/blueprints/values.yaml +++ b/blueprints/values.yaml @@ -9,7 +9,8 @@ serviceAccount: ingress: enabled: true - host: #REPLACE_ME + # -- Required, replace it with your host address + host: annotations: cert-manager.io/cluster-issuer: letsencrypt traefik.ingress.kubernetes.io/router.entrypoints: websecure @@ -45,9 +46,11 @@ deployment: replicaCount: "2" image: - repository: #REPLACE_ME + # -- Required + repository: pullPolicy: IfNotPresent - tag: #REPLACE_ME + # -- Required + tag: imagePullSecrets: [ ] nameOverride: ""