revert Merge branch 'master' of https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops
This commit is contained in:
Nicolas 2025-08-29 03:54:32 +00:00
parent 1f993da23e
commit 95162a61aa
7 changed files with 71 additions and 71 deletions

View File

@ -16,7 +16,7 @@ chat:
registry: docker.io registry: docker.io
repository: null repository: null
name: chat name: chat
tag: snapshot-9c7bb61 tag: snapshot-79f5d26
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http

View File

@ -19,7 +19,7 @@ chat:
registry: docker.io registry: docker.io
repository: null repository: null
name: chat name: chat
tag: 1.9.2 tag: snapshot-7e1df4f
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- name: http - name: http
@ -97,37 +97,37 @@ chat:
kind: FreeleapsSecretStore kind: FreeleapsSecretStore
name: freeleaps-main-secret-store name: freeleaps-main-secret-store
target: target:
name: freeleaps-chat-prod-secrets name: "freeleaps-chat-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: jwtSecretKey - key: jwtSecretKey
remoteRef: remoteRef:
key: freeleaps-prod-jwt-secret-key key: "freeleaps-prod-jwt-secret-key"
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
- key: stripeWebhookSecret - key: stripeWebhookSecret
remoteRef: remoteRef:
key: freeleaps-prod-stripe-webhook-secret key: "freeleaps-prod-stripe-webhook-secret"
type: Secret type: Secret
- key: stripeAccountWebhookSecret - key: stripeAccountWebhookSecret
remoteRef: remoteRef:
key: freeleaps-prod-stripe-account-webhook-secret key: "freeleaps-prod-stripe-account-webhook-secret"
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: redisUrl - key: redisUrl
remoteRef: remoteRef:
key: freeleaps-prod-redis-url key: "freeleaps-prod-redis-url"
type: Secret type: Secret
vpa: vpa:
minAllowed: minAllowed:

View File

@ -16,7 +16,7 @@ freeleaps:
registry: docker.io registry: docker.io
repository: null repository: null
name: backend name: backend
tag: snapshot-9c7bb61 tag: snapshot-79f5d26
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http

View File

@ -19,7 +19,7 @@ freeleaps:
registry: docker.io registry: docker.io
repository: null repository: null
name: backend name: backend
tag: 1.9.2 tag: 1.9.1
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- name: http - name: http
@ -78,41 +78,41 @@ freeleaps:
kind: FreeleapsSecretStore kind: FreeleapsSecretStore
name: freeleaps-main-secret-store name: freeleaps-main-secret-store
target: target:
name: freeleaps-freeleaps-prod-secrets name: "freeleaps-freeleaps-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: jwtSecretKey - key: jwtSecretKey
remoteRef: remoteRef:
key: freeleaps-prod-jwt-secret-key key: "freeleaps-prod-jwt-secret-key"
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
- key: stripeWebhookSecret - key: stripeWebhookSecret
remoteRef: remoteRef:
key: freeleaps-prod-stripe-webhook-secret key: "freeleaps-prod-stripe-webhook-secret"
type: Secret type: Secret
- key: stripeAccountWebhookSecret - key: stripeAccountWebhookSecret
remoteRef: remoteRef:
key: freeleaps-prod-stripe-account-webhook-secret key: "freeleaps-prod-stripe-account-webhook-secret"
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: redisUrl - key: redisUrl
remoteRef: remoteRef:
key: freeleaps-prod-redis-url key: "freeleaps-prod-redis-url"
type: Secret type: Secret
- key: giteaApiKey - key: giteaApiKey
remoteRef: remoteRef:
key: freeleaps-prod-gitea-api-key key: "freeleaps-prod-gitea-api-key"
type: Secret type: Secret
vpa: vpa:
minAllowed: minAllowed:

View File

@ -8,7 +8,7 @@ frontend:
registry: docker.io registry: docker.io
repository: null repository: null
name: frontend name: frontend
tag: snapshot-9c7bb61 tag: snapshot-79f5d26
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http

View File

@ -8,7 +8,7 @@ frontend:
registry: docker.io registry: docker.io
repository: null repository: null
name: frontend name: frontend
tag: 1.9.2 tag: snapshot-7e1df4f
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- name: http - name: http

View File

@ -15,7 +15,7 @@ notification:
registry: docker.io registry: docker.io
repository: null repository: null
name: notification name: notification
tag: snapshot-165e10c tag: snapshot-c406f6d
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http