Skip to content

Commit

Permalink
Update chart config
Browse files Browse the repository at this point in the history
  • Loading branch information
STARRY-S committed Sep 5, 2024
1 parent b7a9cb4 commit c1db4c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion charts/rancher-flat-network/templates/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,19 @@ spec:
volumeMounts:
- name: webhook-certs
mountPath: /etc/webhook/certs
startupProbe:
httpGet:
path: /ping
port: 443
scheme: HTTPS
failureThreshold: 10
periodSeconds: 3
livenessProbe:
httpGet:
path: /ping
port: 443
scheme: HTTPS
initialDelaySeconds: 3
failureThreshold: 10
periodSeconds: 5
volumes:
- name: webhook-certs
Expand Down
2 changes: 1 addition & 1 deletion charts/rancher-flat-network/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ arpPolicy: "arp_notify"
# Enable or disable Proxy ARP on Pod nic
proxyARP: false
# Set to 'K3s' if using K3s cluster.
clusterType: default
clusterType: Default

# Kubernetes config Cluster CIDR
clusterCIDR: "10.42.0.0/16"
Expand Down

0 comments on commit c1db4c2

Please sign in to comment.