This commit is contained in:
Nicolas 2025-09-05 11:11:31 +08:00
commit dab8d665ed
7 changed files with 86 additions and 84 deletions

View File

@ -13,7 +13,7 @@ authentication:
registry: docker.io registry: docker.io
repository: null repository: null
name: authentication name: authentication
tag: 1.3.1 tag: snapshot-046f9ff
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
@ -78,18 +78,18 @@ authentication:
kind: FreeleapsSecretStore kind: FreeleapsSecretStore
name: freeleaps-main-secret-store name: freeleaps-main-secret-store
target: target:
name: "freeleaps-authentication-prod-secrets" name: freeleaps-authentication-prod-secrets
creationPolicy: "Owner" creationPolicy: Owner
refreshInterval: 30s refreshInterval: 30s
data: data:
- key: jwtSecretKey - key: jwtSecretKey
remoteRef: remoteRef:
key: "freeleaps-prod-jwt-secret-key" key: freeleaps-prod-jwt-secret-key
type: Secret type: Secret
- key: mongodbUri - key: mongodbUri
remoteRef: remoteRef:
key: "freeleaps-prod-mongodb-uri" key: freeleaps-prod-mongodb-uri
type: Secret type: Secret
vpa: vpa:
minAllowed: minAllowed:
enabled: true enabled: true

View File

@ -18,7 +18,7 @@ centralStorage:
registry: docker.io registry: docker.io
repository: null repository: null
name: central_storage name: central_storage
tag: snapshot-c93ce6b tag: snapshot-046f9ff
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
@ -80,22 +80,22 @@ centralStorage:
kind: FreeleapsSecretStore kind: FreeleapsSecretStore
name: freeleaps-main-secret-store name: freeleaps-main-secret-store
target: target:
name: "freeleaps-central-storage-prod-secrets" name: freeleaps-central-storage-prod-secrets
creationPolicy: "Owner" creationPolicy: Owner
refreshInterval: 30s refreshInterval: 30s
data: data:
- key: mongodbUri - key: mongodbUri
remoteRef: remoteRef:
key: "freeleaps-prod-mongodb-uri" key: freeleaps-prod-mongodb-uri
type: Secret type: Secret
- key: azureStorageDocumentApiKey - key: azureStorageDocumentApiKey
remoteRef: remoteRef:
key: "freeleaps-prod-azure-storage-document-api-key" key: freeleaps-prod-azure-storage-document-api-key
type: Secret type: Secret
- key: azureStorageDocumentApiEndpoint - key: azureStorageDocumentApiEndpoint
remoteRef: remoteRef:
key: "freeleaps-prod-azure-storage-document-api-endpoint" key: freeleaps-prod-azure-storage-document-api-endpoint
type: Secret type: Secret
vpa: vpa:
minAllowed: minAllowed:
enabled: true enabled: true

View File

@ -13,7 +13,7 @@ content:
registry: docker.io registry: docker.io
repository: null repository: null
name: content name: content
tag: snapshot-c93ce6b tag: snapshot-046f9ff
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
@ -76,18 +76,18 @@ content:
kind: FreeleapsSecretStore kind: FreeleapsSecretStore
name: freeleaps-main-secret-store name: freeleaps-main-secret-store
target: target:
name: "freeleaps-content-prod-secrets" name: freeleaps-content-prod-secrets
creationPolicy: "Owner" creationPolicy: Owner
refreshInterval: 30s refreshInterval: 30s
data: data:
- key: mongodbUri - key: mongodbUri
remoteRef: remoteRef:
key: "freeleaps-prod-mongodb-uri" key: freeleaps-prod-mongodb-uri
type: Secret type: Secret
- key: freeleapsWwwAsAzureClientSecret - key: freeleapsWwwAsAzureClientSecret
remoteRef: remoteRef:
key: "freeleaps-prod-www-as-azure-client-secret" key: freeleaps-prod-www-as-azure-client-secret
type: Secret type: Secret
vpa: vpa:
minAllowed: minAllowed:
enabled: true enabled: true

View File

@ -10,7 +10,7 @@ devops:
registry: docker.io registry: docker.io
repository: null repository: null
name: devops name: devops
tag: snapshot-c93ce6b tag: snapshot-046f9ff
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
@ -69,18 +69,18 @@ devops:
kind: FreeleapsSecretStore kind: FreeleapsSecretStore
name: freeleaps-main-secret-store name: freeleaps-main-secret-store
target: target:
name: "freeleaps-devops-prod-secrets" name: freeleaps-devops-prod-secrets
creationPolicy: "Owner" creationPolicy: Owner
refreshInterval: 30s refreshInterval: 30s
data: data:
- key: appMongodbUri - key: appMongodbUri
remoteRef: remoteRef:
key: "freeleaps-prod-mongodb-uri" key: freeleaps-prod-mongodb-uri
type: Secret type: Secret
- key: rabbitmqPassword - key: rabbitmqPassword
remoteRef: remoteRef:
key: "freeleaps-prod-rabbitmq-password" key: freeleaps-prod-rabbitmq-password
type: Secret type: Secret
vpa: vpa:
minAllowed: minAllowed:
enabled: false enabled: false

View File

@ -36,6 +36,8 @@ spec:
spec: spec:
{{- if .Values.logIngest.enabled }} {{- if .Values.logIngest.enabled }}
serviceAccountName: "{{ .Release.Name }}-otel-collector" serviceAccountName: "{{ .Release.Name }}-otel-collector"
strategy:
type: Recreate
{{- end }} {{- end }}
containers: containers:
- name: "notification" - name: "notification"

View File

@ -13,7 +13,7 @@ notification:
registry: docker.io registry: docker.io
repository: null repository: null
name: notification name: notification
tag: snapshot-c93ce6b tag: snapshot-046f9ff
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
@ -82,34 +82,34 @@ notification:
kind: FreeleapsSecretStore kind: FreeleapsSecretStore
name: freeleaps-main-secret-store name: freeleaps-main-secret-store
target: target:
name: "freeleaps-notification-prod-secrets" name: freeleaps-notification-prod-secrets
creationPolicy: "Owner" creationPolicy: Owner
refreshInterval: 30s refreshInterval: 30s
data: data:
- key: mongodbUri - key: mongodbUri
remoteRef: remoteRef:
key: "freeleaps-prod-mongodb-uri" key: freeleaps-prod-mongodb-uri
type: Secret type: Secret
- key: rabbitmqPassword - key: rabbitmqPassword
remoteRef: remoteRef:
key: "freeleaps-prod-rabbitmq-password" key: freeleaps-prod-rabbitmq-password
type: Secret type: Secret
- key: secretKey - key: secretKey
remoteRef: remoteRef:
key: "freeleaps-prod-secret-key" key: freeleaps-prod-secret-key
type: Secret type: Secret
- key: sendgridApiKey - key: sendgridApiKey
remoteRef: remoteRef:
key: "freeleaps-prod-sendgrid-api-key" key: freeleaps-prod-sendgrid-api-key
type: Secret type: Secret
- key: twilioAccountSid - key: twilioAccountSid
remoteRef: remoteRef:
key: "freeleaps-prod-twilio-account-sid" key: freeleaps-prod-twilio-account-sid
type: Secret type: Secret
- key: twilioAuthToken - key: twilioAuthToken
remoteRef: remoteRef:
key: "freeleaps-prod-twilio-auth-token" key: freeleaps-prod-twilio-auth-token
type: Secret type: Secret
vpa: vpa:
minAllowed: minAllowed:
enabled: true enabled: true

View File

@ -13,7 +13,7 @@ payment:
registry: docker.io registry: docker.io
repository: null repository: null
name: payment name: payment
tag: snapshot-c93ce6b tag: snapshot-046f9ff
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
@ -80,14 +80,14 @@ payment:
creationPolicy: Owner creationPolicy: Owner
refreshInterval: 30s refreshInterval: 30s
data: data:
- key: mongodbUri - key: mongodbUri
remoteRef: remoteRef:
key: "freeleaps-prod-mongodb-uri" key: freeleaps-prod-mongodb-uri
type: Secret type: Secret
- key: stripeApiKey - key: stripeApiKey
remoteRef: remoteRef:
key: "freeleaps-prod-stripe-api-key" key: freeleaps-prod-stripe-api-key
type: Secret type: Secret
vpa: vpa:
minAllowed: minAllowed:
enabled: true enabled: true