fix: rename env-values.yaml to values-env.yaml

This commit is contained in:
Jonas Juselius
2024-02-13 10:23:24 +01:00
parent 69bead5253
commit 126a0038dc
27 changed files with 3 additions and 28 deletions
+30
View File
@@ -0,0 +1,30 @@
fullnameOverride: atlantis
ingress:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
nginx.ingress.kubernetes.io/proxy-buffer-size: 128k
# nginx.ingress.kubernetes.io/whitelist-source-range: 0.0.0.0/0
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
resources:
limits:
cpu: 250m
memory: 1Gi
requests:
cpu: 250m
memory: 1Gi