87 lines
1.8 KiB
YAML
87 lines
1.8 KiB
YAML
replicaCount: 1
|
|
|
|
image:
|
|
tag: v2.96.0
|
|
|
|
podAnnotations:
|
|
dapr.io/app-id: "preprod-atlantis"
|
|
|
|
env:
|
|
- name: APP_NAMESPACE
|
|
value: prod-atlantis
|
|
- name: APP_VERSION
|
|
value: "2.94.0"
|
|
- name: LOG_LEVEL
|
|
value: "2"
|
|
- name: REDIS_USER
|
|
value: default
|
|
- name: REDIS_PASSWORD
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: preprod-atlantis-redis
|
|
key: redis-password
|
|
- name: DB_HOST
|
|
value: prod-archmeister-rw.atlantis
|
|
#value: preprod-atlantis-db-rw
|
|
- name: DB_PORT
|
|
value: "5432"
|
|
- name: DB_USER
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: preprod-atlantis-db-superuser
|
|
key: username
|
|
- name: DB_PASSWORD
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: preprod-atlantis-db-superuser
|
|
key: password
|
|
- name: DAPR_API_TOKEN
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: dapr-api-token
|
|
key: token
|
|
|
|
ingress:
|
|
enabled: true
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
|
nginx.ingress.kubernetes.io/proxy-buffer-size: 128k
|
|
hosts:
|
|
- host: maps.beta.oceanbox.io
|
|
paths:
|
|
- path: /
|
|
pathType: ImplementationSpecific
|
|
internal:
|
|
- path: /internal
|
|
pathType: ImplementationSpecific
|
|
- path: /dapr
|
|
pathType: ImplementationSpecific
|
|
- path: /actors
|
|
pathType: ImplementationSpecific
|
|
- path: /job
|
|
pathType: ImplementationSpecific
|
|
- path: /events
|
|
pathType: ImplementationSpecific
|
|
- path: /metrics
|
|
pathType: ImplementationSpecific
|
|
tls:
|
|
- hosts:
|
|
- maps.beta.oceanbox.io
|
|
secretName: prod-atlantis-tls
|
|
|
|
cluster:
|
|
instances: 2
|
|
bootstrap:
|
|
enabled: true
|
|
source:
|
|
db: prod-archmeister
|
|
namespace: atlantis
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 250m
|
|
memory: 1Gi
|
|
requests:
|
|
cpu: 250m
|
|
memory: 1Gi
|