k8s-cluster-config/badhouseplants/values/values.zot.yaml

39 lines
710 B
YAML

istio:
enabled: true
istio:
- name: zot
kind: http
gateway: istio-system/badhouseplants-net
hostname: registry.badhouseplants.net
service: zot
port: 5000
strategy:
type: Recreate
service:
type: ClusterIP
persistence: true
pvc:
create: true
accessMode: "ReadWriteOnce"
storage: 5Gi
storageClassName: longhorn
mountConfig: true
mountSecret: true
#configFiles:
# ui.json: |-
# {
# "log": {
# "level": "info"
# },
# "extensions": {
# "search": {
# "cve": {
# "updateInterval": "2h"
# }
# },
# "ui": {
# "enable": true
# }
# }
# }