address issues with argocd out of sync
This commit is contained in:
@@ -54,7 +54,6 @@ plex:
|
||||
http:
|
||||
port: 32400
|
||||
targetPort: 32400
|
||||
nodePort: 32400
|
||||
protocol: HTTP
|
||||
ingress:
|
||||
main:
|
||||
|
@@ -15,6 +15,11 @@ spec:
|
||||
name: in-cluster
|
||||
namespace: kube-system
|
||||
revisionHistoryLimit: 3
|
||||
ignoreDifferences:
|
||||
- group: ""
|
||||
kind: ServiceMonitor
|
||||
jqPathExpressions:
|
||||
- .spec.endpoints[].relabelings[].action
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
|
@@ -11,6 +11,11 @@ applicationSet:
|
||||
syncOptions:
|
||||
serverSideApply: true
|
||||
- name: deployment
|
||||
ignoreDifferences:
|
||||
- group: ""
|
||||
kind: ValidatingWebhookConfiguration
|
||||
jqPathExpressions:
|
||||
- .webhooks[].clientConfig.caBundle
|
||||
namespace: argocd
|
||||
syncPolicy:
|
||||
automated:
|
||||
@@ -18,6 +23,11 @@ applicationSet:
|
||||
syncOptions:
|
||||
serverSideApply: true
|
||||
- name: management
|
||||
ignoreDifferences:
|
||||
- group: ""
|
||||
kind: ValidatingWebhookConfiguration
|
||||
jqPathExpressions:
|
||||
- .webhooks[].clientConfig.caBundle
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
@@ -28,8 +38,13 @@ applicationSet:
|
||||
automated:
|
||||
prune: true
|
||||
syncOptions:
|
||||
serverSideApply: true
|
||||
serverSideApply: true
|
||||
- name: platform
|
||||
ignoreDifferences:
|
||||
- group: ""
|
||||
kind: ValidatingWebhookConfiguration
|
||||
jqPathExpressions:
|
||||
- .webhooks[].clientConfig.caBundle
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
@@ -41,12 +56,25 @@ applicationSet:
|
||||
kind: Service
|
||||
jqPathExpressions:
|
||||
- .status.loadBalancer.ingress[].ipMode
|
||||
- group: ""
|
||||
kind: ValidatingWebhookConfiguration
|
||||
jqPathExpressions:
|
||||
- .webhooks[].clientConfig.caBundle
|
||||
- group: ""
|
||||
kind: DaemonSet
|
||||
jqPathExpressions:
|
||||
- .metadata.annotations.deprecated.daemonset.template.generation
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
syncOptions:
|
||||
serverSideApply: true
|
||||
- name: storage
|
||||
ignoreDifferences:
|
||||
- group: ""
|
||||
kind: ValidatingWebhookConfiguration
|
||||
jqPathExpressions:
|
||||
- .webhooks[].clientConfig.caBundle
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
|
@@ -5,5 +5,5 @@ metadata:
|
||||
tailscale.com/tailnet-fqdn: ps10rp.boreal-beaufort.ts.net
|
||||
name: ps10rp
|
||||
spec:
|
||||
externalName: placeholder
|
||||
externalName: ts-ps10rp-7fsbn.tailscale-operator.svc.cluster.local
|
||||
type: ExternalName
|
||||
|
@@ -17,7 +17,6 @@ intel-device-plugins-gpu:
|
||||
hub: intel
|
||||
sharedDevNum: 5
|
||||
logLevel: 2
|
||||
resourceManager: false
|
||||
enableMonitoring: true
|
||||
allocationPolicy: "none"
|
||||
nodeSelector:
|
||||
|
Reference in New Issue
Block a user