2018-07-17 07:38:37 +00:00
|
|
|
apiVersion: apps/v1
|
2020-10-09 20:16:54 +00:00
|
|
|
kind: StatefulSet
|
2018-03-03 02:01:47 +00:00
|
|
|
metadata:
|
2019-01-31 20:54:46 +00:00
|
|
|
labels:
|
2019-02-24 09:42:23 +00:00
|
|
|
app.kubernetes.io/name: argocd-application-controller
|
|
|
|
|
app.kubernetes.io/part-of: argocd
|
2019-01-31 20:54:46 +00:00
|
|
|
app.kubernetes.io/component: application-controller
|
2018-12-20 21:16:01 +00:00
|
|
|
name: argocd-application-controller
|
2018-03-03 02:01:47 +00:00
|
|
|
spec:
|
|
|
|
|
selector:
|
|
|
|
|
matchLabels:
|
2019-02-24 09:42:23 +00:00
|
|
|
app.kubernetes.io/name: argocd-application-controller
|
2020-10-09 20:16:54 +00:00
|
|
|
serviceName: argocd-application-controller
|
|
|
|
|
replicas: 1
|
2018-03-03 02:01:47 +00:00
|
|
|
template:
|
|
|
|
|
metadata:
|
|
|
|
|
labels:
|
2019-02-24 09:42:23 +00:00
|
|
|
app.kubernetes.io/name: argocd-application-controller
|
2018-03-03 02:01:47 +00:00
|
|
|
spec:
|
|
|
|
|
containers:
|
2023-03-10 17:31:20 +00:00
|
|
|
- args:
|
|
|
|
|
- /usr/local/bin/argocd-application-controller
|
2021-05-19 19:30:15 +00:00
|
|
|
env:
|
2024-05-21 13:22:43 +00:00
|
|
|
- name: REDIS_PASSWORD
|
|
|
|
|
valueFrom:
|
|
|
|
|
secretKeyRef:
|
|
|
|
|
key: auth
|
|
|
|
|
name: argocd-redis
|
2026-01-27 09:29:38 +00:00
|
|
|
- name: GRPC_ENABLE_TXT_SERVICE_CONFIG
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.grpc.enable.txt.service.config
|
|
|
|
|
optional: true
|
2022-02-28 16:05:41 +00:00
|
|
|
- name: ARGOCD_CONTROLLER_REPLICAS
|
|
|
|
|
value: "1"
|
2021-05-19 19:30:15 +00:00
|
|
|
- name: ARGOCD_RECONCILIATION_TIMEOUT
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cm
|
|
|
|
|
key: timeout.reconciliation
|
|
|
|
|
optional: true
|
2022-04-04 14:44:35 +00:00
|
|
|
- name: ARGOCD_HARD_RECONCILIATION_TIMEOUT
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cm
|
|
|
|
|
key: timeout.hard.reconciliation
|
|
|
|
|
optional: true
|
2024-01-21 06:22:32 +00:00
|
|
|
- name: ARGOCD_RECONCILIATION_JITTER
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
key: timeout.reconciliation.jitter
|
|
|
|
|
name: argocd-cm
|
|
|
|
|
optional: true
|
2023-11-02 15:51:16 +00:00
|
|
|
- name: ARGOCD_REPO_ERROR_GRACE_PERIOD_SECONDS
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.repo.error.grace.period.seconds
|
|
|
|
|
optional: true
|
2021-06-10 20:03:47 +00:00
|
|
|
- name: ARGOCD_APPLICATION_CONTROLLER_REPO_SERVER
|
|
|
|
|
valueFrom:
|
2023-12-18 20:37:13 +00:00
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: repo.server
|
|
|
|
|
optional: true
|
2021-06-10 20:03:47 +00:00
|
|
|
- name: ARGOCD_APPLICATION_CONTROLLER_REPO_SERVER_TIMEOUT_SECONDS
|
|
|
|
|
valueFrom:
|
2023-12-18 20:37:13 +00:00
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.repo.server.timeout.seconds
|
|
|
|
|
optional: true
|
2021-06-10 20:03:47 +00:00
|
|
|
- name: ARGOCD_APPLICATION_CONTROLLER_STATUS_PROCESSORS
|
|
|
|
|
valueFrom:
|
2023-12-18 20:37:13 +00:00
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.status.processors
|
|
|
|
|
optional: true
|
2021-06-10 20:03:47 +00:00
|
|
|
- name: ARGOCD_APPLICATION_CONTROLLER_OPERATION_PROCESSORS
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.operation.processors
|
|
|
|
|
optional: true
|
|
|
|
|
- name: ARGOCD_APPLICATION_CONTROLLER_LOGFORMAT
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.log.format
|
|
|
|
|
optional: true
|
|
|
|
|
- name: ARGOCD_APPLICATION_CONTROLLER_LOGLEVEL
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.log.level
|
|
|
|
|
optional: true
|
2025-01-14 16:10:14 +00:00
|
|
|
- name: ARGOCD_LOG_FORMAT_TIMESTAMP
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: log.format.timestamp
|
|
|
|
|
optional: true
|
2026-02-05 15:17:26 +00:00
|
|
|
- name: ARGOCD_K8S_CLIENT_QPS
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.k8s.client.qps
|
|
|
|
|
optional: true
|
|
|
|
|
- name: ARGOCD_K8S_CLIENT_BURST
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.k8s.client.burst
|
|
|
|
|
optional: true
|
|
|
|
|
- name: ARGOCD_K8S_CLIENT_MAX_IDLE_CONNECTIONS
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.k8s.client.max.idle.connections
|
|
|
|
|
optional: true
|
|
|
|
|
- name: ARGOCD_K8S_TCP_TIMEOUT
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.k8s.tcp.timeout
|
|
|
|
|
optional: true
|
|
|
|
|
- name: ARGOCD_K8S_TCP_KEEPALIVE
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.k8s.tcp.keepalive
|
|
|
|
|
optional: true
|
|
|
|
|
- name: ARGOCD_K8S_TLS_HANDSHAKE_TIMEOUT
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.k8s.tls.handshake.timeout
|
|
|
|
|
optional: true
|
|
|
|
|
- name: ARGOCD_K8S_TCP_IDLE_TIMEOUT
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.k8s.tcp.idle.timeout
|
|
|
|
|
optional: true
|
2021-06-10 20:03:47 +00:00
|
|
|
- name: ARGOCD_APPLICATION_CONTROLLER_METRICS_CACHE_EXPIRATION
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.metrics.cache.expiration
|
|
|
|
|
optional: true
|
|
|
|
|
- name: ARGOCD_APPLICATION_CONTROLLER_SELF_HEAL_TIMEOUT_SECONDS
|
|
|
|
|
valueFrom:
|
2023-12-18 20:37:13 +00:00
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.self.heal.timeout.seconds
|
|
|
|
|
optional: true
|
2024-10-08 16:32:00 +00:00
|
|
|
- name: ARGOCD_APPLICATION_CONTROLLER_SELF_HEAL_BACKOFF_TIMEOUT_SECONDS
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.self.heal.backoff.timeout.seconds
|
|
|
|
|
optional: true
|
|
|
|
|
- name: ARGOCD_APPLICATION_CONTROLLER_SELF_HEAL_BACKOFF_FACTOR
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.self.heal.backoff.factor
|
|
|
|
|
optional: true
|
|
|
|
|
- name: ARGOCD_APPLICATION_CONTROLLER_SELF_HEAL_BACKOFF_CAP_SECONDS
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.self.heal.backoff.cap.seconds
|
|
|
|
|
optional: true
|
2025-05-22 09:35:12 +00:00
|
|
|
- name: ARGOCD_APPLICATION_CONTROLLER_SELF_HEAL_BACKOFF_COOLDOWN_SECONDS
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.self.heal.backoff.cooldown.seconds
|
|
|
|
|
optional: true
|
2025-09-14 21:39:04 +00:00
|
|
|
- name: ARGOCD_SYNC_WAVE_DELAY
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.sync.wave.delay.seconds
|
|
|
|
|
optional: true
|
2024-12-10 08:29:04 +00:00
|
|
|
- name: ARGOCD_APPLICATION_CONTROLLER_SYNC_TIMEOUT
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.sync.timeout.seconds
|
|
|
|
|
optional: true
|
2021-06-10 20:03:47 +00:00
|
|
|
- name: ARGOCD_APPLICATION_CONTROLLER_REPO_SERVER_PLAINTEXT
|
|
|
|
|
valueFrom:
|
2023-12-18 20:37:13 +00:00
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.repo.server.plaintext
|
|
|
|
|
optional: true
|
2021-06-10 20:03:47 +00:00
|
|
|
- name: ARGOCD_APPLICATION_CONTROLLER_REPO_SERVER_STRICT_TLS
|
|
|
|
|
valueFrom:
|
2023-12-18 20:37:13 +00:00
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.repo.server.strict.tls
|
|
|
|
|
optional: true
|
2022-08-17 21:03:24 +00:00
|
|
|
- name: ARGOCD_APPLICATION_CONTROLLER_PERSIST_RESOURCE_HEALTH
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.resource.health.persist
|
|
|
|
|
optional: true
|
2021-06-10 20:03:47 +00:00
|
|
|
- name: ARGOCD_APP_STATE_CACHE_EXPIRATION
|
|
|
|
|
valueFrom:
|
2023-12-18 20:37:13 +00:00
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.app.state.cache.expiration
|
|
|
|
|
optional: true
|
2021-06-10 20:03:47 +00:00
|
|
|
- name: REDIS_SERVER
|
|
|
|
|
valueFrom:
|
2023-12-18 20:37:13 +00:00
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: redis.server
|
|
|
|
|
optional: true
|
2022-08-15 20:15:27 +00:00
|
|
|
- name: REDIS_COMPRESSION
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: redis.compression
|
|
|
|
|
optional: true
|
2021-06-10 20:03:47 +00:00
|
|
|
- name: REDISDB
|
|
|
|
|
valueFrom:
|
2023-12-18 20:37:13 +00:00
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: redis.db
|
|
|
|
|
optional: true
|
2021-06-10 20:03:47 +00:00
|
|
|
- name: ARGOCD_DEFAULT_CACHE_EXPIRATION
|
|
|
|
|
valueFrom:
|
2023-12-18 20:37:13 +00:00
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.default.cache.expiration
|
|
|
|
|
optional: true
|
2022-05-13 18:10:48 +00:00
|
|
|
- name: ARGOCD_APPLICATION_CONTROLLER_OTLP_ADDRESS
|
|
|
|
|
valueFrom:
|
2023-12-18 20:37:13 +00:00
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: otlp.address
|
|
|
|
|
optional: true
|
2023-11-27 05:15:00 +00:00
|
|
|
- name: ARGOCD_APPLICATION_CONTROLLER_OTLP_INSECURE
|
|
|
|
|
valueFrom:
|
2023-12-18 20:37:13 +00:00
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: otlp.insecure
|
|
|
|
|
optional: true
|
2023-11-27 05:15:00 +00:00
|
|
|
- name: ARGOCD_APPLICATION_CONTROLLER_OTLP_HEADERS
|
|
|
|
|
valueFrom:
|
2023-12-18 20:37:13 +00:00
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: otlp.headers
|
|
|
|
|
optional: true
|
2025-01-22 07:16:06 +00:00
|
|
|
- name: ARGOCD_APPLICATION_CONTROLLER_OTLP_ATTRS
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: otlp.attrs
|
|
|
|
|
optional: true
|
2022-08-11 16:31:41 +00:00
|
|
|
- name: ARGOCD_APPLICATION_NAMESPACES
|
|
|
|
|
valueFrom:
|
2023-12-18 20:37:13 +00:00
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: application.namespaces
|
|
|
|
|
optional: true
|
2023-06-05 13:19:14 +00:00
|
|
|
- name: ARGOCD_CONTROLLER_SHARDING_ALGORITHM
|
|
|
|
|
valueFrom:
|
2023-12-18 20:37:13 +00:00
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.sharding.algorithm
|
|
|
|
|
optional: true
|
2023-03-21 19:06:06 +00:00
|
|
|
- name: ARGOCD_APPLICATION_CONTROLLER_KUBECTL_PARALLELISM_LIMIT
|
|
|
|
|
valueFrom:
|
2023-12-18 20:37:13 +00:00
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.kubectl.parallelism.limit
|
|
|
|
|
optional: true
|
2023-11-02 17:07:50 +00:00
|
|
|
- name: ARGOCD_K8SCLIENT_RETRY_MAX
|
|
|
|
|
valueFrom:
|
2023-12-18 20:37:13 +00:00
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.k8sclient.retry.max
|
|
|
|
|
optional: true
|
2023-11-02 17:07:50 +00:00
|
|
|
- name: ARGOCD_K8SCLIENT_RETRY_BASE_BACKOFF
|
|
|
|
|
valueFrom:
|
2023-12-18 20:37:13 +00:00
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.k8sclient.retry.base.backoff
|
|
|
|
|
optional: true
|
|
|
|
|
- name: ARGOCD_APPLICATION_CONTROLLER_SERVER_SIDE_DIFF
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.diff.server.side
|
|
|
|
|
optional: true
|
2024-04-26 09:24:02 +00:00
|
|
|
- name: ARGOCD_IGNORE_NORMALIZER_JQ_TIMEOUT
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.ignore.normalizer.jq.timeout
|
|
|
|
|
optional: true
|
2024-12-16 21:59:09 +00:00
|
|
|
- name: ARGOCD_HYDRATOR_ENABLED
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: hydrator.enabled
|
|
|
|
|
optional: true
|
2025-01-08 12:34:29 +00:00
|
|
|
- name: ARGOCD_CLUSTER_CACHE_BATCH_EVENTS_PROCESSING
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.cluster.cache.batch.events.processing
|
|
|
|
|
optional: true
|
|
|
|
|
- name: ARGOCD_CLUSTER_CACHE_EVENTS_PROCESSING_INTERVAL
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: controller.cluster.cache.events.processing.interval
|
|
|
|
|
optional: true
|
2025-06-24 15:51:58 +00:00
|
|
|
- name: ARGOCD_APPLICATION_CONTROLLER_COMMIT_SERVER
|
|
|
|
|
valueFrom:
|
|
|
|
|
configMapKeyRef:
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
key: commit.server
|
|
|
|
|
optional: true
|
2024-11-05 14:14:42 +00:00
|
|
|
- name: KUBECACHEDIR
|
|
|
|
|
value: /tmp/kubecache
|
2021-01-11 21:28:16 +00:00
|
|
|
image: quay.io/argoproj/argocd:latest
|
2018-11-18 00:00:55 +00:00
|
|
|
imagePullPolicy: Always
|
2018-12-20 21:16:01 +00:00
|
|
|
name: argocd-application-controller
|
2018-11-18 00:00:55 +00:00
|
|
|
ports:
|
2019-02-22 23:20:34 +00:00
|
|
|
- containerPort: 8082
|
2018-11-18 00:00:55 +00:00
|
|
|
readinessProbe:
|
2019-06-19 19:00:01 +00:00
|
|
|
httpGet:
|
|
|
|
|
path: /healthz
|
|
|
|
|
port: 8082
|
|
|
|
|
initialDelaySeconds: 5
|
|
|
|
|
periodSeconds: 10
|
2021-03-16 18:00:33 +00:00
|
|
|
securityContext:
|
2021-04-15 23:37:19 +00:00
|
|
|
runAsNonRoot: true
|
|
|
|
|
readOnlyRootFilesystem: true
|
2021-03-16 18:00:33 +00:00
|
|
|
allowPrivilegeEscalation: false
|
|
|
|
|
capabilities:
|
|
|
|
|
drop:
|
2022-06-28 13:19:46 +00:00
|
|
|
- ALL
|
|
|
|
|
seccompProfile:
|
|
|
|
|
type: RuntimeDefault
|
2021-06-23 17:41:22 +00:00
|
|
|
workingDir: /home/argocd
|
2021-03-16 16:23:10 +00:00
|
|
|
volumeMounts:
|
|
|
|
|
- name: argocd-repo-server-tls
|
|
|
|
|
mountPath: /app/config/controller/tls
|
2021-06-23 17:41:22 +00:00
|
|
|
- name: argocd-home
|
|
|
|
|
mountPath: /home/argocd
|
2024-07-31 23:13:33 +00:00
|
|
|
- name: argocd-cmd-params-cm
|
|
|
|
|
mountPath: /home/argocd/params
|
2024-11-05 14:14:42 +00:00
|
|
|
- name: argocd-application-controller-tmp
|
|
|
|
|
mountPath: /tmp
|
2018-12-20 21:16:01 +00:00
|
|
|
serviceAccountName: argocd-application-controller
|
2020-11-19 18:14:17 +00:00
|
|
|
affinity:
|
|
|
|
|
podAntiAffinity:
|
|
|
|
|
preferredDuringSchedulingIgnoredDuringExecution:
|
|
|
|
|
- weight: 100
|
|
|
|
|
podAffinityTerm:
|
|
|
|
|
labelSelector:
|
|
|
|
|
matchLabels:
|
|
|
|
|
app.kubernetes.io/name: argocd-application-controller
|
|
|
|
|
topologyKey: kubernetes.io/hostname
|
|
|
|
|
- weight: 5
|
|
|
|
|
podAffinityTerm:
|
|
|
|
|
labelSelector:
|
|
|
|
|
matchLabels:
|
|
|
|
|
app.kubernetes.io/part-of: argocd
|
|
|
|
|
topologyKey: kubernetes.io/hostname
|
2021-03-16 16:23:10 +00:00
|
|
|
volumes:
|
2021-06-23 17:41:22 +00:00
|
|
|
- emptyDir: {}
|
|
|
|
|
name: argocd-home
|
2024-11-05 14:14:42 +00:00
|
|
|
- emptyDir: {}
|
|
|
|
|
name: argocd-application-controller-tmp
|
2021-03-16 16:23:10 +00:00
|
|
|
- name: argocd-repo-server-tls
|
|
|
|
|
secret:
|
|
|
|
|
secretName: argocd-repo-server-tls
|
|
|
|
|
optional: true
|
|
|
|
|
items:
|
|
|
|
|
- key: tls.crt
|
|
|
|
|
path: tls.crt
|
|
|
|
|
- key: tls.key
|
|
|
|
|
path: tls.key
|
|
|
|
|
- key: ca.crt
|
2023-11-02 17:07:50 +00:00
|
|
|
path: ca.crt
|
2024-07-31 23:13:33 +00:00
|
|
|
- name: argocd-cmd-params-cm
|
|
|
|
|
configMap:
|
|
|
|
|
optional: true
|
|
|
|
|
name: argocd-cmd-params-cm
|
|
|
|
|
items:
|
|
|
|
|
- key: controller.profile.enabled
|
2024-10-01 16:13:05 +00:00
|
|
|
path: profiler.enabled
|
|
|
|
|
nodeSelector:
|
|
|
|
|
kubernetes.io/os: linux
|