first commit
This commit is contained in:
23
default.yaml
Normal file
23
default.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: ingress-controller
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: ingress-controller
|
||||
source:
|
||||
chart: ingress-nginx
|
||||
repoURL: https://kubernetes.github.io/ingress-nginx
|
||||
targetRevision: 4.11.3
|
||||
helm:
|
||||
releaseName: sealed-secrets
|
||||
parameters:
|
||||
- name: "controller.service.type"
|
||||
value: "LoadBalancer"
|
||||
- name: "controller.service.loadBalancerIP"
|
||||
value: "192.168.2.9"
|
||||
- name: "controller.service.externalTrafficPolicy"
|
||||
value: "Local"
|
||||
destination:
|
||||
server: "https://kubernetes.default.svc"
|
||||
namespace: ingress-nginx
|
||||
Reference in New Issue
Block a user