fix values error
All checks were successful
Build and Publish / build-release (push) Successful in 1m21s
All checks were successful
Build and Publish / build-release (push) Successful in 1m21s
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
buildInputs = with pkgs; [
|
||||
elixir
|
||||
elixir-ls
|
||||
kubernetes-helm
|
||||
git
|
||||
];
|
||||
};
|
||||
|
||||
@@ -100,24 +100,25 @@ rawResources:
|
||||
app.kubernetes.io/name: policy-service
|
||||
app.kubernetes.io/instance: policy-service
|
||||
spec:
|
||||
description: "PostgreSQL cluster for policy-service"
|
||||
imageName: ghcr.io/cloudnative-pg/container-image:1.23.1
|
||||
instances: 1
|
||||
bootstrap:
|
||||
initdb:
|
||||
database: policy_service
|
||||
owner: policy_service
|
||||
users:
|
||||
- name: policy_service
|
||||
database: policy_service
|
||||
storage:
|
||||
size: 5Gi
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
monitoring:
|
||||
enablePodMonitoring: true
|
||||
spec:
|
||||
description: "PostgreSQL cluster for policy-service"
|
||||
imageName: ghcr.io/cloudnative-pg/container-image:1.23.1
|
||||
instances: 1
|
||||
bootstrap:
|
||||
initdb:
|
||||
database: policy_service
|
||||
owner: policy_service
|
||||
users:
|
||||
- name: policy_service
|
||||
database: policy_service
|
||||
storage:
|
||||
size: 5Gi
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
monitoring:
|
||||
enablePodMonitoring: true
|
||||
|
||||
Reference in New Issue
Block a user