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:
|
||||
enabled: "true"
|
||||
hosts:
|
||||
- registry.k8s-demo
|
||||
- registry.k8s-demo.vm
|
||||
annotations:
|
||||
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:
|
||||
accessMode: 'ReadWriteOnce'
|
||||
enabled: false
|
||||
size: 2Gi
|
||||
class: hostpath
|
||||
size: 10Gi
|
||||
|
||||
configData:
|
||||
version: 0.1
|
||||
|
@ -43,10 +38,6 @@ configData:
|
|||
interval: 10s
|
||||
threshold: 3
|
||||
|
||||
#secrets:
|
||||
# # k8s:demo
|
||||
# htpasswd: 'k8s:$apr1$hcf24ujz$gntDCChSr1hgqyOr0EgIi1'
|
||||
|
||||
securityContext:
|
||||
enabled: true
|
||||
runAsUser: 1000
|
||||
|
|
Loading…
Reference in a new issue