1
0
Fork 0
This repository has been archived on 2025-08-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mareshq-gitops-legacy/clusters/lychee/ingress-nginx.yaml
2023-10-03 01:50:38 +02:00

62 lines
1.6 KiB
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: lychee-ingress-nginx
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "1"
spec:
project: infrastructure
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
destination:
server: "https://172.16.152.1:6443"
namespace: ingress-nginx
source:
chart: ingress-nginx
repoURL: https://kubernetes.github.io/ingress-nginx/
targetRevision: 4.8.0
helm:
releaseName: ingress-nginx
# !!! BUG !!!
# See: https://github.com/argoproj/argo-cd/issues/15126
# valuesObject:
# ingressClassResource:
# default: true
# controller:
# kind: DaemonSet
# updateStrategy:
# type: RollingUpdate
# rollingUpdate:
# maxUnavailable: 1
# service:
# type: NodePort
# nodePorts:
# http: 32080
# https: 32443
# config:
# allow-snippet-annotations: "true"
# generate-request-id: "true"
# use-proxy-protocol: "true"
values: |
ingressClassResource:
default: true
controller:
kind: DaemonSet
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 1
service:
type: NodePort
nodePorts:
http: 32080
https: 32443
config:
allow-snippet-annotations: "true"
generate-request-id: "true"
use-proxy-protocol: "true"