Added firefly-iii
This commit is contained in:
@@ -21,7 +21,7 @@ helmCharts:
|
|||||||
|
|
||||||
patches:
|
patches:
|
||||||
# Chart 0.1.2 requires postgres.enabled=true. Remove its StatefulSet and
|
# Chart 0.1.2 requires postgres.enabled=true. Remove its StatefulSet and
|
||||||
# redirect the generated database Service to the CloudNativePG primary.
|
# make the generated database Service select the CloudNativePG instance.
|
||||||
- target:
|
- target:
|
||||||
group: apps
|
group: apps
|
||||||
version: v1
|
version: v1
|
||||||
@@ -38,14 +38,10 @@ patches:
|
|||||||
kind: Service
|
kind: Service
|
||||||
name: firefly-iii-postgres
|
name: firefly-iii-postgres
|
||||||
patch: |-
|
patch: |-
|
||||||
- op: remove
|
|
||||||
path: /spec/selector
|
|
||||||
- op: replace
|
- op: replace
|
||||||
path: /spec/type
|
path: /spec/selector
|
||||||
value: ExternalName
|
value:
|
||||||
- op: add
|
cnpg.io/cluster: firefly-postgres
|
||||||
path: /spec/externalName
|
|
||||||
value: firefly-postgres-rw.firefly-iii.svc.cluster.local
|
|
||||||
# The upstream chart does not expose scheduling settings for its CronJob.
|
# The upstream chart does not expose scheduling settings for its CronJob.
|
||||||
- target:
|
- target:
|
||||||
group: batch
|
group: batch
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ persistence:
|
|||||||
existingClaim: firefly-uploads
|
existingClaim: firefly-uploads
|
||||||
|
|
||||||
# Must remain true because chart 0.1.2 validates it. Kustomize removes the
|
# Must remain true because chart 0.1.2 validates it. Kustomize removes the
|
||||||
# generated StatefulSet and redirects this Service to CloudNativePG.
|
# generated StatefulSet and makes this Service select the CloudNativePG Pod.
|
||||||
postgres:
|
postgres:
|
||||||
enabled: true
|
enabled: true
|
||||||
auth:
|
auth:
|
||||||
@@ -66,4 +66,3 @@ firefly:
|
|||||||
limits:
|
limits:
|
||||||
cpu: "2"
|
cpu: "2"
|
||||||
memory: 1Gi
|
memory: 1Gi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user