feat: add charts to manifests repo in separate folder

This commit is contained in:
Jonas Juselius
2024-06-04 13:18:54 +02:00
parent 01a1893a4a
commit f37c8654e4
89 changed files with 3547 additions and 0 deletions
@@ -0,0 +1,19 @@
- op: replace
path: /spec/template/spec/containers/0/livenessProbe/httpGet/path
value: /healthz
- op: replace
path: /spec/template/spec/containers/0/readinessProbe/httpGet/path
value: /healthz
- op: add
path: /spec/template/spec/containers/0/volumeMounts/-
value:
name: acl
mountPath: /app/acl.json
subPath: acl.json
readOnly: true
- op: add
path: /spec/template/spec/volumes/-
value:
name: acl
configMap:
name: petimeter-acl
+16
View File
@@ -0,0 +1,16 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: oceanbox
patches:
- target:
version: v1
group: apps
kind: Deployment
name: petimeter
path: deployment_patch.yaml
# configMapGenerator:
# - name: petimeter-acl
# files:
# - acl.json
resources:
- _manifest.yaml