54 lines
1.1 KiB
YAML
54 lines
1.1 KiB
YAML
replicaCount: 2
|
|
|
|
podAnnotations:
|
|
dapr.io/app-id: "prod-atlantis"
|
|
|
|
ingress:
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
|
nginx.ingress.kubernetes.io/proxy-buffer-size: 128k
|
|
hosts:
|
|
- host: atlantis.srv.oceanbox.io
|
|
paths:
|
|
- path: /
|
|
pathType: ImplementationSpecific
|
|
- host: maps.oceanbox.io
|
|
paths:
|
|
- path: /
|
|
pathType: ImplementationSpecific
|
|
tls:
|
|
- hosts:
|
|
- atlantis.srv.oceanbox.io
|
|
- maps.oceanbox.io
|
|
secretName: atlantis-tls
|
|
|
|
env:
|
|
- name: REDIS_USER
|
|
value: default
|
|
- name: REDIS_PASSWORD
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: prod-redis
|
|
key: redis-password
|
|
- name: BARENTSWATCH_CLIENT_ID
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: prod-atlantis-barentswatch
|
|
key: secret
|
|
optional: true
|
|
- name: BARENTSWATCH_SECRET
|
|
valueFrom:
|
|
secretKeyRef:
|
|
name: prod-atlantis-barentswatch
|
|
key: client-id
|
|
optional: true
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 250m
|
|
memory: 1Gi
|
|
requests:
|
|
cpu: 250m
|
|
memory: 1Gi
|
|
|