devel: rename manifests/ to kustomizations/
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user