devel: rename manifests/ to kustomizations/

This commit is contained in:
Jonas Juselius
2024-06-06 08:52:13 +02:00
parent e0af3046ca
commit accd4d3e4e
149 changed files with 0 additions and 0 deletions
@@ -0,0 +1,4 @@
- op: remove
path: /spec/template/spec/containers/0/livenessProbe
- op: remove
path: /spec/template/spec/containers/0/readinessProbe
@@ -0,0 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
patches:
- target:
version: v1
group: apps
kind: Deployment
path: deployment_patch.yaml
resources:
- _manifest.yaml
+1
View File
@@ -0,0 +1 @@
oceanbox/busynix
@@ -0,0 +1,5 @@
- op: replace
path: /spec/template/spec/containers/0/env/0
value:
name: LOG_LEVEL
value: "4"
@@ -0,0 +1,12 @@
namePrefix: prod-
generatorOptions:
disableNameSuffixHash: true
patches:
- target:
group: apps
version: v1
kind: Deployment
name: busynix
path: deployment_patch.yaml
resources:
- ../base
@@ -0,0 +1,5 @@
- op: replace
path: /spec/template/spec/containers/0/env/0
value:
name: LOG_LEVEL
value: "4"
@@ -0,0 +1,12 @@
namePrefix: staging-
generatorOptions:
disableNameSuffixHash: true
patches:
- target:
group: apps
version: v1
kind: Deployment
name: busynix
path: deployment_patch.yaml
resources:
- ../base
+17
View File
@@ -0,0 +1,17 @@
fullnameOverride: busynix
ingress:
enabled: true
annotations:
cert-manager.io/cluster-issuer: letsencrypt-staging
nginx.ingress.kubernetes.io/proxy-buffer-size: 128k
atlantis.oceanbox.io/expose: internal
hosts:
- host: busynix.srv.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- busynix.srv.oceanbox.io
secretName: prod-busynix-tls
@@ -0,0 +1,20 @@
fullnameOverride: busynix
image:
tag: 3923449d-debug
ingress:
enabled: true
annotations:
cert-manager.io/cluster-issuer: letsencrypt-staging
nginx.ingress.kubernetes.io/proxy-buffer-size: 128k
atlantis.oceanbox.io/expose: internal
hosts:
- host: busynix.beta.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- busynix.beta.oceanbox.io
secretName: staging-busynix-tls