Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Getz committed Feb 6, 2024
1 parent 45af4ef commit 3a6ad57
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ deployment:
replicaCount: "2"

image:
repository: #REPLACE_ME
# -- Required
repository:
pullPolicy: IfNotPresent
tag: #REPLACE_ME
# -- Required
tag:

imagePullSecrets: [ ]
nameOverride: ""
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 6 additions & 3 deletions blueprints/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -45,9 +46,11 @@ deployment:
replicaCount: "2"

image:
repository: #REPLACE_ME
# -- Required
repository:
pullPolicy: IfNotPresent
tag: #REPLACE_ME
# -- Required
tag:

imagePullSecrets: [ ]
nameOverride: ""
Expand Down

0 comments on commit 3a6ad57

Please sign in to comment.