fix: add serviceAccount config and match postgres to deployed StatefulSet
This commit is contained in:
parent
4c58d13f00
commit
e733d9e558
@ -118,16 +118,15 @@ postgres:
|
||||
persistence:
|
||||
enabled: true
|
||||
accessMode: ReadWriteOnce
|
||||
storageClass: "nfs-client"
|
||||
size: 10Gi
|
||||
size: 8Gi
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 1000m
|
||||
memory: 1Gi
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
|
||||
# Ingress configuration
|
||||
ingress:
|
||||
@ -145,3 +144,9 @@ ingress:
|
||||
- secretName: tasko-tls
|
||||
hosts:
|
||||
- tasko.dvirlabs.com
|
||||
|
||||
# Service Account configuration
|
||||
serviceAccount:
|
||||
create: true
|
||||
annotations: {}
|
||||
name: ""
|
||||
|
||||
@ -118,16 +118,15 @@ postgres:
|
||||
persistence:
|
||||
enabled: true
|
||||
accessMode: ReadWriteOnce
|
||||
storageClass: "nfs-client"
|
||||
size: 10Gi
|
||||
size: 8Gi
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 1000m
|
||||
memory: 1Gi
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
|
||||
# Ingress configuration
|
||||
ingress:
|
||||
@ -145,3 +144,9 @@ ingress:
|
||||
- secretName: tasko-tls
|
||||
hosts:
|
||||
- tasko.dvirlabs.com
|
||||
|
||||
# Service Account configuration
|
||||
serviceAccount:
|
||||
create: true
|
||||
annotations: {}
|
||||
name: ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user