Update 3 files
- /ingress-nginx/Chart.yaml - /ingress-nginx/values.yaml - /argocd/templates/ingress-nginx.yaml
This commit is contained in:
@@ -1,21 +0,0 @@
|
|||||||
#apiVersion: argoproj.io/v1alpha1
|
|
||||||
#kind: Application
|
|
||||||
#metadata:
|
|
||||||
# name: ingress-nginx
|
|
||||||
# namespace: argocd
|
|
||||||
#spec:
|
|
||||||
# project: default
|
|
||||||
# source:
|
|
||||||
# repoURL: https://gitlab.com/developerdurp/homelab.git
|
|
||||||
# targetRevision: main
|
|
||||||
# path: ingress-nginx
|
|
||||||
# destination:
|
|
||||||
# namespace: ingress-nginx
|
|
||||||
# name: in-cluster
|
|
||||||
# syncPolicy:
|
|
||||||
# automated:
|
|
||||||
# prune: true
|
|
||||||
# selfHeal: true
|
|
||||||
# syncOptions:
|
|
||||||
# - CreateNamespace=true
|
|
||||||
#
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
apiVersion: v2
|
|
||||||
name: nginx
|
|
||||||
description: A Helm chart for Kubernetes
|
|
||||||
type: application
|
|
||||||
version: 0.0.1
|
|
||||||
appVersion: 0.0.1
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
- name: ingress-nginx
|
|
||||||
repository: https://kubernetes.github.io/ingress-nginx
|
|
||||||
version: 4.2.5
|
|
||||||
@@ -1,121 +0,0 @@
|
|||||||
ingress-nginx:
|
|
||||||
|
|
||||||
controller:
|
|
||||||
name: controller
|
|
||||||
image:
|
|
||||||
chroot: false
|
|
||||||
registry: registry.k8s.io
|
|
||||||
image: ingress-nginx/controller
|
|
||||||
pullPolicy: Always
|
|
||||||
runAsUser: 101
|
|
||||||
allowPrivilegeEscalation: true
|
|
||||||
|
|
||||||
containerName: controller
|
|
||||||
containerPort:
|
|
||||||
http: 80
|
|
||||||
https: 443
|
|
||||||
|
|
||||||
livenessProbe:
|
|
||||||
httpGet:
|
|
||||||
path: "/healthz"
|
|
||||||
port: 10254
|
|
||||||
scheme: HTTP
|
|
||||||
initialDelaySeconds: 10
|
|
||||||
periodSeconds: 10
|
|
||||||
timeoutSeconds: 1
|
|
||||||
successThreshold: 1
|
|
||||||
failureThreshold: 5
|
|
||||||
readinessProbe:
|
|
||||||
httpGet:
|
|
||||||
path: "/healthz"
|
|
||||||
port: 10254
|
|
||||||
scheme: HTTP
|
|
||||||
initialDelaySeconds: 10
|
|
||||||
periodSeconds: 10
|
|
||||||
timeoutSeconds: 1
|
|
||||||
successThreshold: 1
|
|
||||||
failureThreshold: 3
|
|
||||||
|
|
||||||
healthCheckPath: "/healthz"
|
|
||||||
healthCheckHost: ""
|
|
||||||
podAnnotations:
|
|
||||||
prometheus.io/scrape: true
|
|
||||||
prometheus.io/port: 10254
|
|
||||||
prometheus.io/scheme: http
|
|
||||||
|
|
||||||
replicaCount: 3
|
|
||||||
|
|
||||||
minAvailable: 3
|
|
||||||
|
|
||||||
metrics:
|
|
||||||
enabled: true
|
|
||||||
serviceMonitor:
|
|
||||||
enabled: true
|
|
||||||
namespace: kube-prometheus-stack
|
|
||||||
additionalLabels:
|
|
||||||
release: kube-prometheus
|
|
||||||
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
memory: 256Mi
|
|
||||||
requests:
|
|
||||||
cpu: 200m
|
|
||||||
memory: 256Mi
|
|
||||||
|
|
||||||
service:
|
|
||||||
enabled: true
|
|
||||||
appProtocol: true
|
|
||||||
annotations: {}
|
|
||||||
labels: {}
|
|
||||||
externalIPs: []
|
|
||||||
|
|
||||||
loadBalancerIP: ""
|
|
||||||
loadBalancerSourceRanges: []
|
|
||||||
|
|
||||||
enableHttp: true
|
|
||||||
enableHttps: true
|
|
||||||
|
|
||||||
ports:
|
|
||||||
http: 80
|
|
||||||
https: 443
|
|
||||||
|
|
||||||
targetPorts:
|
|
||||||
http: http
|
|
||||||
https: https
|
|
||||||
|
|
||||||
type: LoadBalancer
|
|
||||||
|
|
||||||
external:
|
|
||||||
enabled: true
|
|
||||||
externalTrafficPolicy: "Local"
|
|
||||||
|
|
||||||
patch:
|
|
||||||
enabled: true
|
|
||||||
image:
|
|
||||||
registry: registry.k8s.io
|
|
||||||
image: ingress-nginx/kube-webhook-certgen
|
|
||||||
pullPolicy: Always
|
|
||||||
runAsUser: 2000
|
|
||||||
fsGroup: 2000
|
|
||||||
|
|
||||||
lifecycle:
|
|
||||||
preStop:
|
|
||||||
exec:
|
|
||||||
command:
|
|
||||||
- /wait-shutdown
|
|
||||||
|
|
||||||
priorityClassName: ""
|
|
||||||
|
|
||||||
revisionHistoryLimit: 1
|
|
||||||
|
|
||||||
rbac:
|
|
||||||
create: true
|
|
||||||
scope: false
|
|
||||||
|
|
||||||
serviceAccount:
|
|
||||||
create: true
|
|
||||||
name: ""
|
|
||||||
automountServiceAccountToken: true
|
|
||||||
annotations: {}
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user