++
This commit is contained in:
parent
60909e0e58
commit
5e5f060184
@ -54,19 +54,6 @@ spec:
|
|||||||
port:
|
port:
|
||||||
_default: 80
|
_default: 80
|
||||||
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
cpu:
|
|
||||||
_default: "2.0"
|
|
||||||
memory:
|
|
||||||
_default: 512Mi
|
|
||||||
|
|
||||||
requests:
|
|
||||||
cpu:
|
|
||||||
_default: "1.0"
|
|
||||||
memory:
|
|
||||||
_default: 128Mi
|
|
||||||
|
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
@ -54,19 +54,6 @@ spec:
|
|||||||
port:
|
port:
|
||||||
_default: 80
|
_default: 80
|
||||||
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
cpu:
|
|
||||||
_default: "2.0"
|
|
||||||
memory:
|
|
||||||
_default: 512Mi
|
|
||||||
|
|
||||||
requests:
|
|
||||||
cpu:
|
|
||||||
_default: "1.0"
|
|
||||||
memory:
|
|
||||||
_default: 128Mi
|
|
||||||
|
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
enabled: false
|
enabled: false
|
||||||
@ -97,6 +84,23 @@ spec:
|
|||||||
_default: true
|
_default: true
|
||||||
name:
|
name:
|
||||||
_default: regcred
|
_default: regcred
|
||||||
|
volumes:
|
||||||
|
_default:
|
||||||
|
- name: nginx-configmap
|
||||||
|
mountPath:
|
||||||
|
_default: /etc/nginx/nginx.conf
|
||||||
|
subPath:
|
||||||
|
_default: nginx.conf
|
||||||
|
readOnly:
|
||||||
|
_default: true
|
||||||
|
configMap:
|
||||||
|
name:
|
||||||
|
_default: nginx-configmap
|
||||||
|
items:
|
||||||
|
- key: nginx.conf
|
||||||
|
path: nginx.conf
|
||||||
|
defaultMode: 420
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
commitSha: ""
|
commitSha: ""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user