Initial commit
This commit is contained in:
6
ingress-nginx/Chart.lock
Normal file
6
ingress-nginx/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: ingress-nginx
|
||||
repository: https://kubernetes.github.io/ingress-nginx
|
||||
version: 4.11.3
|
||||
digest: sha256:0963a4470e5fe0ce97023b16cfc9c3cde18b74707c6379947542e09afa6d5346
|
||||
generated: "2024-10-20T02:00:24.043856216+02:00"
|
||||
9
ingress-nginx/Chart.yaml
Normal file
9
ingress-nginx/Chart.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v2
|
||||
name: ingress-nginx
|
||||
description: Helm chart to update the ingress-nginx
|
||||
type: application
|
||||
version: 0.1.0
|
||||
dependencies:
|
||||
- name: ingress-nginx
|
||||
version: "4.11.3"
|
||||
repository: "https://kubernetes.github.io/ingress-nginx"
|
||||
12
ingress-nginx/values.yaml
Normal file
12
ingress-nginx/values.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
ingress-nginx:
|
||||
controller:
|
||||
kind: DaemonSet
|
||||
podAnnotations:
|
||||
linkerd.io/inject: enabled
|
||||
service:
|
||||
externalTrafficPolicy: Local
|
||||
updateStrategy:
|
||||
rollingUpdate:
|
||||
maxUnavailable: 0
|
||||
maxSurge: 1
|
||||
type: RollingUpdate
|
||||
Reference in New Issue
Block a user