diff --git a/charts/rancher-flat-network/templates/operator.yaml b/charts/rancher-flat-network/templates/operator.yaml index 4e3410e..1a465fa 100644 --- a/charts/rancher-flat-network/templates/operator.yaml +++ b/charts/rancher-flat-network/templates/operator.yaml @@ -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 diff --git a/charts/rancher-flat-network/values.yaml b/charts/rancher-flat-network/values.yaml index cf5723f..f6ac680 100644 --- a/charts/rancher-flat-network/values.yaml +++ b/charts/rancher-flat-network/values.yaml @@ -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"