From 4c10ef721be6b1d23eca0733bc1aadccdebfb011 Mon Sep 17 00:00:00 2001 From: nleconte-csgroup Date: Mon, 11 Mar 2024 16:41:54 +0100 Subject: [PATCH] wip: catalog-db --- .../templates/deployment.yaml | 16 ---------------- charts/rs-server-catalog-db/values.yaml | 15 --------------- 2 files changed, 31 deletions(-) diff --git a/charts/rs-server-catalog-db/templates/deployment.yaml b/charts/rs-server-catalog-db/templates/deployment.yaml index 53119a1..dc4ae61 100644 --- a/charts/rs-server-catalog-db/templates/deployment.yaml +++ b/charts/rs-server-catalog-db/templates/deployment.yaml @@ -75,22 +75,6 @@ spec: key: pass securityContext: privileged: false - #livenessProbe: - # httpGet: - # path: {{ .Values.probe.liveness.path }} - # port: {{ .Values.probe.liveness.port }} - # initialDelaySeconds: {{ .Values.probe.liveness.initialDelaySeconds }} - # periodSeconds: {{ .Values.probe.liveness.periodSeconds }} - # timeoutSeconds: {{ .Values.probe.liveness.timeoutSeconds }} - #readinessProbe: - # httpGet: - # path: {{ .Values.probe.readiness.path }} - # port: {{ .Values.probe.readiness.port }} - # initialDelaySeconds: {{ .Values.probe.readiness.initialDelaySeconds }} - # periodSeconds: {{ .Values.probe.readiness.periodSeconds }} - # timeoutSeconds: {{ .Values.probe.readiness.timeoutSeconds }} - #imagePullSecrets: - #- name: {{ .Values.image.imagePullSecrets }} restartPolicy: Always securityContext: {} volumes: diff --git a/charts/rs-server-catalog-db/values.yaml b/charts/rs-server-catalog-db/values.yaml index 7d16e5c..25c597f 100644 --- a/charts/rs-server-catalog-db/values.yaml +++ b/charts/rs-server-catalog-db/values.yaml @@ -3,20 +3,6 @@ namespace: database service: port: 5432 -#probe: -# liveness: -# path: /health/_mgmt/ping -# port: 8000 -# initialDelaySeconds: 30 -# periodSeconds: 30 -# timeoutSeconds: 5 -# readiness: -# path: /health/_mgmt/ping -# port: 8000 -# initialDelaySeconds: 30 -# periodSeconds: 30 -# timeoutSeconds: 5 - postgres: port: "5432" db: catalog @@ -31,7 +17,6 @@ image: name: pgstac tag: v0.7.10 PullPolicy: IfNotPresent - #imagePullSecrets: regcred resources: request: