feat: update atlantis chart, values and app for spmsa
This commit is contained in:
@@ -6,17 +6,4 @@
|
||||
value: /healthz
|
||||
- op: add
|
||||
path: /spec/template/spec/containers/0/envFrom
|
||||
value: []
|
||||
- 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
|
||||
value: []
|
||||
@@ -1,12 +1,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: atlantis
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
configmapGenerator:
|
||||
- name: petimeter-acl
|
||||
files:
|
||||
- acl.json
|
||||
patches:
|
||||
- target:
|
||||
version: v1
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
- op: add
|
||||
path: /spec/ports/-
|
||||
value:
|
||||
name: intra
|
||||
port: 8000
|
||||
protocol: TCP
|
||||
targetPort: 8000
|
||||
Reference in New Issue
Block a user