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