diff --git a/deploy/auth-db-config.yaml b/deploy/auth-db-config.yaml index 874f821..d9d167b 100644 --- a/deploy/auth-db-config.yaml +++ b/deploy/auth-db-config.yaml @@ -6,4 +6,3 @@ data: KAFKA_HOST: "37.143.12.169" KAFKA_PORT: "19092" APP_PORT: "9995" - SENTRY_DSN: "https://3f4b31dbbd9a4a6b8a71f9881d962f25@o4504654569799680.ingest.sentry.io/4504654572683264" diff --git a/deploy/auth-db-deployment.yaml b/deploy/auth-db-deployment.yaml index ca47dcb..a9b2ac4 100644 --- a/deploy/auth-db-deployment.yaml +++ b/deploy/auth-db-deployment.yaml @@ -21,19 +21,21 @@ spec: ports: - containerPort: 9995 envFrom: + - secretRef: + name: auth-db-secret - configMapRef: name: auth-db-config - livenessProbe: - grpc: - port: 9995 - periodSeconds: 1 - initialDelaySeconds: 2 - failureThreshold: 3 - successThreshold: 1 - readinessProbe: - grpc: - port: 9995 - periodSeconds: 1 - initialDelaySeconds: 4 - failureThreshold: 3 - successThreshold: 1 +# livenessProbe: +# grpc: +# port: 9995 +# periodSeconds: 1 +# initialDelaySeconds: 2 +# failureThreshold: 3 +# successThreshold: 1 +# readinessProbe: +# grpc: +# port: 9995 +# periodSeconds: 1 +# initialDelaySeconds: 4 +# failureThreshold: 3 +# successThreshold: 1 diff --git a/deploy/auth-db-secret.yaml b/deploy/auth-db-secret.yaml new file mode 100644 index 0000000..54f3ec9 --- /dev/null +++ b/deploy/auth-db-secret.yaml @@ -0,0 +1,7 @@ +apiVersion: v1 +kind: Secret +metadata: + name: auth-db-secret +type: Opaque +data: + SENTRY_DSN: aHR0cHM6Ly8zZjRiMzFkYmJkOWE0YTZiOGE3MWY5ODgxZDk2MmYyNUBvNDUwNDY1NDU2OTc5OTY4MC5pbmdlc3Quc2VudHJ5LmlvLzQ1MDQ2NTQ1NzI2ODMyNjQ=