mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-09-19 06:18:28 +00:00
indent fix
This commit is contained in:
@@ -14,13 +14,13 @@ spec:
|
|||||||
interval: 15m
|
interval: 15m
|
||||||
releaseName: grimmory
|
releaseName: grimmory
|
||||||
values:
|
values:
|
||||||
mariadb:
|
mariadb:
|
||||||
auth:
|
auth:
|
||||||
existingSecret: mariadb-credentials
|
existingSecret: mariadb-credentials
|
||||||
secretKeys:
|
secretKeys:
|
||||||
rootPasswordKey: mariadb-root-password
|
rootPasswordKey: mariadb-root-password
|
||||||
userPasswordKey: mariadb-password
|
userPasswordKey: mariadb-password
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||||
@@ -35,7 +35,7 @@ ingress:
|
|||||||
- hosts:
|
- hosts:
|
||||||
- grimmory.michaelthomson.dev
|
- grimmory.michaelthomson.dev
|
||||||
secretName: grimmory-tls
|
secretName: grimmory-tls
|
||||||
persistence:
|
persistence:
|
||||||
dataVolume:
|
dataVolume:
|
||||||
enabled: true
|
enabled: true
|
||||||
size: 100Mi
|
size: 100Mi
|
||||||
@@ -44,3 +44,4 @@ persistence:
|
|||||||
enabled: true
|
enabled: true
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
existingClaim: ""
|
existingClaim: ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user