Merge branch 'master' of https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops
This commit is contained in:
commit
dab8d665ed
@ -13,7 +13,7 @@ authentication:
|
||||
registry: docker.io
|
||||
repository: null
|
||||
name: authentication
|
||||
tag: 1.3.1
|
||||
tag: snapshot-046f9ff
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: http
|
||||
@ -78,17 +78,17 @@ authentication:
|
||||
kind: FreeleapsSecretStore
|
||||
name: freeleaps-main-secret-store
|
||||
target:
|
||||
name: "freeleaps-authentication-prod-secrets"
|
||||
creationPolicy: "Owner"
|
||||
name: freeleaps-authentication-prod-secrets
|
||||
creationPolicy: Owner
|
||||
refreshInterval: 30s
|
||||
data:
|
||||
- key: jwtSecretKey
|
||||
remoteRef:
|
||||
key: "freeleaps-prod-jwt-secret-key"
|
||||
key: freeleaps-prod-jwt-secret-key
|
||||
type: Secret
|
||||
- key: mongodbUri
|
||||
remoteRef:
|
||||
key: "freeleaps-prod-mongodb-uri"
|
||||
key: freeleaps-prod-mongodb-uri
|
||||
type: Secret
|
||||
vpa:
|
||||
minAllowed:
|
||||
|
||||
@ -18,7 +18,7 @@ centralStorage:
|
||||
registry: docker.io
|
||||
repository: null
|
||||
name: central_storage
|
||||
tag: snapshot-c93ce6b
|
||||
tag: snapshot-046f9ff
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: http
|
||||
@ -80,21 +80,21 @@ centralStorage:
|
||||
kind: FreeleapsSecretStore
|
||||
name: freeleaps-main-secret-store
|
||||
target:
|
||||
name: "freeleaps-central-storage-prod-secrets"
|
||||
creationPolicy: "Owner"
|
||||
name: freeleaps-central-storage-prod-secrets
|
||||
creationPolicy: Owner
|
||||
refreshInterval: 30s
|
||||
data:
|
||||
- key: mongodbUri
|
||||
remoteRef:
|
||||
key: "freeleaps-prod-mongodb-uri"
|
||||
key: freeleaps-prod-mongodb-uri
|
||||
type: Secret
|
||||
- key: azureStorageDocumentApiKey
|
||||
remoteRef:
|
||||
key: "freeleaps-prod-azure-storage-document-api-key"
|
||||
key: freeleaps-prod-azure-storage-document-api-key
|
||||
type: Secret
|
||||
- key: azureStorageDocumentApiEndpoint
|
||||
remoteRef:
|
||||
key: "freeleaps-prod-azure-storage-document-api-endpoint"
|
||||
key: freeleaps-prod-azure-storage-document-api-endpoint
|
||||
type: Secret
|
||||
vpa:
|
||||
minAllowed:
|
||||
|
||||
@ -13,7 +13,7 @@ content:
|
||||
registry: docker.io
|
||||
repository: null
|
||||
name: content
|
||||
tag: snapshot-c93ce6b
|
||||
tag: snapshot-046f9ff
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: http
|
||||
@ -76,17 +76,17 @@ content:
|
||||
kind: FreeleapsSecretStore
|
||||
name: freeleaps-main-secret-store
|
||||
target:
|
||||
name: "freeleaps-content-prod-secrets"
|
||||
creationPolicy: "Owner"
|
||||
name: freeleaps-content-prod-secrets
|
||||
creationPolicy: Owner
|
||||
refreshInterval: 30s
|
||||
data:
|
||||
- key: mongodbUri
|
||||
remoteRef:
|
||||
key: "freeleaps-prod-mongodb-uri"
|
||||
key: freeleaps-prod-mongodb-uri
|
||||
type: Secret
|
||||
- key: freeleapsWwwAsAzureClientSecret
|
||||
remoteRef:
|
||||
key: "freeleaps-prod-www-as-azure-client-secret"
|
||||
key: freeleaps-prod-www-as-azure-client-secret
|
||||
type: Secret
|
||||
vpa:
|
||||
minAllowed:
|
||||
|
||||
@ -10,7 +10,7 @@ devops:
|
||||
registry: docker.io
|
||||
repository: null
|
||||
name: devops
|
||||
tag: snapshot-c93ce6b
|
||||
tag: snapshot-046f9ff
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: http
|
||||
@ -69,17 +69,17 @@ devops:
|
||||
kind: FreeleapsSecretStore
|
||||
name: freeleaps-main-secret-store
|
||||
target:
|
||||
name: "freeleaps-devops-prod-secrets"
|
||||
creationPolicy: "Owner"
|
||||
name: freeleaps-devops-prod-secrets
|
||||
creationPolicy: Owner
|
||||
refreshInterval: 30s
|
||||
data:
|
||||
- key: appMongodbUri
|
||||
remoteRef:
|
||||
key: "freeleaps-prod-mongodb-uri"
|
||||
key: freeleaps-prod-mongodb-uri
|
||||
type: Secret
|
||||
- key: rabbitmqPassword
|
||||
remoteRef:
|
||||
key: "freeleaps-prod-rabbitmq-password"
|
||||
key: freeleaps-prod-rabbitmq-password
|
||||
type: Secret
|
||||
vpa:
|
||||
minAllowed:
|
||||
|
||||
@ -36,6 +36,8 @@ spec:
|
||||
spec:
|
||||
{{- if .Values.logIngest.enabled }}
|
||||
serviceAccountName: "{{ .Release.Name }}-otel-collector"
|
||||
strategy:
|
||||
type: Recreate
|
||||
{{- end }}
|
||||
containers:
|
||||
- name: "notification"
|
||||
|
||||
@ -13,7 +13,7 @@ notification:
|
||||
registry: docker.io
|
||||
repository: null
|
||||
name: notification
|
||||
tag: snapshot-c93ce6b
|
||||
tag: snapshot-046f9ff
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: http
|
||||
@ -82,33 +82,33 @@ notification:
|
||||
kind: FreeleapsSecretStore
|
||||
name: freeleaps-main-secret-store
|
||||
target:
|
||||
name: "freeleaps-notification-prod-secrets"
|
||||
creationPolicy: "Owner"
|
||||
name: freeleaps-notification-prod-secrets
|
||||
creationPolicy: Owner
|
||||
refreshInterval: 30s
|
||||
data:
|
||||
- key: mongodbUri
|
||||
remoteRef:
|
||||
key: "freeleaps-prod-mongodb-uri"
|
||||
key: freeleaps-prod-mongodb-uri
|
||||
type: Secret
|
||||
- key: rabbitmqPassword
|
||||
remoteRef:
|
||||
key: "freeleaps-prod-rabbitmq-password"
|
||||
key: freeleaps-prod-rabbitmq-password
|
||||
type: Secret
|
||||
- key: secretKey
|
||||
remoteRef:
|
||||
key: "freeleaps-prod-secret-key"
|
||||
key: freeleaps-prod-secret-key
|
||||
type: Secret
|
||||
- key: sendgridApiKey
|
||||
remoteRef:
|
||||
key: "freeleaps-prod-sendgrid-api-key"
|
||||
key: freeleaps-prod-sendgrid-api-key
|
||||
type: Secret
|
||||
- key: twilioAccountSid
|
||||
remoteRef:
|
||||
key: "freeleaps-prod-twilio-account-sid"
|
||||
key: freeleaps-prod-twilio-account-sid
|
||||
type: Secret
|
||||
- key: twilioAuthToken
|
||||
remoteRef:
|
||||
key: "freeleaps-prod-twilio-auth-token"
|
||||
key: freeleaps-prod-twilio-auth-token
|
||||
type: Secret
|
||||
vpa:
|
||||
minAllowed:
|
||||
|
||||
@ -13,7 +13,7 @@ payment:
|
||||
registry: docker.io
|
||||
repository: null
|
||||
name: payment
|
||||
tag: snapshot-c93ce6b
|
||||
tag: snapshot-046f9ff
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: http
|
||||
@ -82,11 +82,11 @@ payment:
|
||||
data:
|
||||
- key: mongodbUri
|
||||
remoteRef:
|
||||
key: "freeleaps-prod-mongodb-uri"
|
||||
key: freeleaps-prod-mongodb-uri
|
||||
type: Secret
|
||||
- key: stripeApiKey
|
||||
remoteRef:
|
||||
key: "freeleaps-prod-stripe-api-key"
|
||||
key: freeleaps-prod-stripe-api-key
|
||||
type: Secret
|
||||
vpa:
|
||||
minAllowed:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user