feat: migrate argocd from k8s manifests to argo-helm
This commit is contained in:
parent
c5c1dc9b42
commit
56a78aa73a
38 changed files with 438 additions and 69 deletions
30
k8s/helm/argo-cd/values.yaml
Normal file
30
k8s/helm/argo-cd/values.yaml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
global:
|
||||
domain: argo.fuku
|
||||
|
||||
configs:
|
||||
params:
|
||||
server.insecure: true
|
||||
|
||||
server:
|
||||
service:
|
||||
type: LoadBalancer
|
||||
servicePortHttp: 8002
|
||||
servicePortHttps: 8003
|
||||
|
||||
redis:
|
||||
image:
|
||||
repository: docker.io/library/redis
|
||||
tag: 8.2.3-alpine
|
||||
|
||||
repoServer:
|
||||
livenessProbe:
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 30
|
||||
timeoutSeconds: 10
|
||||
failureThreshold: 10
|
||||
readinessProbe:
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 30
|
||||
timeoutSeconds: 10
|
||||
failureThreshold: 10
|
||||
Loading…
Add table
Add a link
Reference in a new issue