This commit is contained in:
@@ -58,6 +58,25 @@ controllers:
|
||||
secretKeyRef:
|
||||
name: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}-cluster-pg-app'
|
||||
key: uri
|
||||
|
||||
# Zitadel Configuration
|
||||
ZITADEL_ISSUER:
|
||||
value: "https://id.corredorconect.com"
|
||||
ZITADEL_CLIENT_ID:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}-apiapp-client-secret'
|
||||
key: clientId
|
||||
ZITADEL_CLIENT_SECRET:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}-apiapp-client-secret'
|
||||
key: clientSecret
|
||||
ZITADEL_PROJECT_ID:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}-apiapp-client-secret'
|
||||
key: projectId
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
@@ -160,3 +179,16 @@ rawResources:
|
||||
schemas:
|
||||
- name: eventstore
|
||||
owner: provider_service
|
||||
|
||||
apiapp:
|
||||
enabled: true
|
||||
apiVersion: zitadel.github.com/v1alpha1
|
||||
kind: APIApp
|
||||
suffix: apiapp
|
||||
spec:
|
||||
spec:
|
||||
projectRef:
|
||||
name: provider-service-dev
|
||||
namespace: zitadel-resources-operator
|
||||
apiAppName: provider-service
|
||||
authMethodType: API_AUTH_METHOD_TYPE_BASIC
|
||||
|
||||
Reference in New Issue
Block a user