werf fix?
This commit is contained in:
parent
33caa62205
commit
ef1a224546
1 changed files with 2 additions and 11 deletions
|
@ -11,19 +11,14 @@ service:
|
||||||
ingress:
|
ingress:
|
||||||
enabled: "true"
|
enabled: "true"
|
||||||
hosts:
|
hosts:
|
||||||
- registry.k8s-demo
|
- registry.k8s-demo.vm
|
||||||
annotations:
|
annotations:
|
||||||
kubernetes.io/ingress.class: nginx
|
kubernetes.io/ingress.class: nginx
|
||||||
nginx.org/proxy-body-size: 30720m
|
|
||||||
nginx.org/proxy-connect-timeout: 30
|
|
||||||
nginx.org/proxy-send-timeout: 60
|
|
||||||
nginx.org/proxy-read-timeout: 60
|
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
accessMode: 'ReadWriteOnce'
|
accessMode: 'ReadWriteOnce'
|
||||||
enabled: false
|
enabled: false
|
||||||
size: 2Gi
|
size: 10Gi
|
||||||
class: hostpath
|
|
||||||
|
|
||||||
configData:
|
configData:
|
||||||
version: 0.1
|
version: 0.1
|
||||||
|
@ -43,10 +38,6 @@ configData:
|
||||||
interval: 10s
|
interval: 10s
|
||||||
threshold: 3
|
threshold: 3
|
||||||
|
|
||||||
#secrets:
|
|
||||||
# # k8s:demo
|
|
||||||
# htpasswd: 'k8s:$apr1$hcf24ujz$gntDCChSr1hgqyOr0EgIi1'
|
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
enabled: true
|
enabled: true
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue