diff --git a/charts/petimeter/base/deployment_patch.yaml b/charts/petimeter/base/deployment_patch.yaml deleted file mode 100644 index cd93614f..00000000 --- a/charts/petimeter/base/deployment_patch.yaml +++ /dev/null @@ -1,19 +0,0 @@ -- 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 \ No newline at end of file diff --git a/charts/petimeter/base/kustomization.yaml b/charts/petimeter/base/kustomization.yaml deleted file mode 100644 index 24723965..00000000 --- a/charts/petimeter/base/kustomization.yaml +++ /dev/null @@ -1,16 +0,0 @@ -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 \ No newline at end of file