Initial commit

This commit is contained in:
dobiadi
2024-10-23 23:35:59 +02:00
commit ae27aa6faf
21 changed files with 257 additions and 0 deletions

6
ingress-nginx/Chart.lock Normal file
View 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
View 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
View 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