Skip to content

Commit

Permalink
Further updates to the deployment strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
danmanners committed Sep 16, 2023
1 parent 61a08c8 commit d2e5b15
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions manifests/workloads/gitea/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
replicaCount: 1

global:
imageRegistry: core.harbor.homelab.danmanners.com/docker.io
storageClass: ceph-rbd
Expand All @@ -6,6 +8,9 @@ persistence:
storageClass: ceph-rbd
size: 40Gi

strategy:
type: Recreate

service:
http:
type: ClusterIP
Expand Down

0 comments on commit d2e5b15

Please sign in to comment.