Skip to content

Commit

Permalink
change default settings & update notes
Browse files Browse the repository at this point in the history
Signed-off-by: Arlan Lloyd <[email protected]>
  • Loading branch information
acelinkio committed Nov 27, 2024
1 parent 670a745 commit 0e5f80d
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions charts/zot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
repository: ghcr.io/project-zot/zot-linux-amd64
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v2.1.2-rc3"
tag: ""
# Defaults to the release namespace if not specified
namespace: ""
serviceAccount:
Expand All @@ -18,26 +18,24 @@ serviceAccount:
# If not set and create is true, a name is generated using the fullname template
name: ""
service:
type: NodePort
type: ClusterIP
port: 5000
nodePort: null # Set to a specific port if type is NodePort
nodePort: null # Set to a specific port if service.type: NodePort
# Annotations to add to the service
annotations: {}
# Set to a static IP if a static IP is desired, only works when
# type: ClusterIP
# service.type: ClusterIP
clusterIP: null
# Enabling this will publicly expose your zot server
# Only enable this if you have security enabled on your cluster
ingress:
enabled: false
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
# If using nginx, disable body limits and increase read and write timeouts
# Common annotations for nginx-ingress for handling size/timeouts
# nginx.ingress.kubernetes.io/proxy-body-size: "0"
# nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
# nginx.ingress.kubernetes.io/proxy-send-timeout: "600"
className: "nginx"
className: ""
pathtype: ImplementationSpecific
hosts:
- host: chart-example.local
Expand Down

0 comments on commit 0e5f80d

Please sign in to comment.