Changeset 0.7.3 (#41)
This commit is contained in:
@@ -38,6 +38,10 @@ spec:
|
||||
env:
|
||||
- name: BASE_PATH
|
||||
value: "${BASE_PATH}"
|
||||
volumeMounts:
|
||||
- name: branding
|
||||
mountPath: /branding
|
||||
readOnly: true
|
||||
resources:
|
||||
requests:
|
||||
memory: "${FE_MEMORY_REQUEST}"
|
||||
@@ -61,6 +65,11 @@ spec:
|
||||
periodSeconds: 30
|
||||
timeoutSeconds: 5
|
||||
failureThreshold: 3
|
||||
volumes:
|
||||
- name: branding
|
||||
configMap:
|
||||
name: switchboard-branding
|
||||
optional: true
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
||||
Reference in New Issue
Block a user