++
This commit is contained in:
parent
60909e0e58
commit
5e5f060184
@ -54,19 +54,6 @@ spec:
|
||||
port:
|
||||
_default: 80
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu:
|
||||
_default: "2.0"
|
||||
memory:
|
||||
_default: 512Mi
|
||||
|
||||
requests:
|
||||
cpu:
|
||||
_default: "1.0"
|
||||
memory:
|
||||
_default: 128Mi
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
|
||||
@ -54,19 +54,6 @@ spec:
|
||||
port:
|
||||
_default: 80
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu:
|
||||
_default: "2.0"
|
||||
memory:
|
||||
_default: 512Mi
|
||||
|
||||
requests:
|
||||
cpu:
|
||||
_default: "1.0"
|
||||
memory:
|
||||
_default: 128Mi
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
@ -97,6 +84,23 @@ spec:
|
||||
_default: true
|
||||
name:
|
||||
_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: ""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user