Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhuth authored Oct 22, 2023
1 parent 4817e50 commit 8f9274e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/shlink-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ imagePullSecrets: []
# -- Number of replicas
replicaCount: 1

# -- Pod labels
podLabels: {}

# -- The number of old ReplicaSets to retain
revisionHistoryLimit: 10

Expand All @@ -32,9 +29,12 @@ serviceAccount:
# If not set and create is true, a name is generated using the fullname template
name: ""

# -- Annotations to be added to exporter pods
# -- Annotations to be added to pods
podAnnotations: {}

# -- Labels to be added to pods
podLabels: {}

# -- pod-level security context
podSecurityContext: {}
# fsGroup: 2000
Expand Down

0 comments on commit 8f9274e

Please sign in to comment.