Automated Manifest Update (#2259)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2259 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2259.
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
---
|
||||
# Source: argocd/charts/argo-cd/templates/argocd-applicationset/service.yaml
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: argocd-applicationset-controller
|
||||
namespace: argocd
|
||||
labels:
|
||||
helm.sh/chart: argo-cd-9.1.5
|
||||
app.kubernetes.io/name: argocd-applicationset-controller
|
||||
app.kubernetes.io/instance: argocd
|
||||
app.kubernetes.io/component: applicationset-controller
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/part-of: argocd
|
||||
app.kubernetes.io/version: "v3.2.1"
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- name: http-webhook
|
||||
port: 7000
|
||||
targetPort: webhook
|
||||
selector:
|
||||
app.kubernetes.io/name: argocd-applicationset-controller
|
||||
app.kubernetes.io/instance: argocd
|
||||
Reference in New Issue
Block a user