fix(reconciler): standardize quoting and update Azure Key Vault endpoint in values.alpha.yaml
- Updated various fields in values.alpha.yaml to use consistent double quotes for string values. - Changed the Azure Key Vault endpoint from 'https://freeleaps-secrets.vault.azure.net/' to 'https://management.azure.com/' to reflect the correct service URL. Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
00d58cc790
commit
0ab077dd66
@ -7,19 +7,19 @@ reconciler:
|
||||
registry: docker.io
|
||||
name: reconciler
|
||||
imagePullSecrets: []
|
||||
nameOverride: ''
|
||||
fullnameOverride: ''
|
||||
nameOverride: ""
|
||||
fullnameOverride: ""
|
||||
operator:
|
||||
clusterwide: false
|
||||
priority: 100
|
||||
peeringName: freeleaps-devops-reconciler
|
||||
namespaces:
|
||||
- freeleaps-devops-system
|
||||
- freeleaps-devops-system
|
||||
debug: false
|
||||
serviceAccount:
|
||||
create: true
|
||||
annotations: {}
|
||||
name: ''
|
||||
name: ""
|
||||
rbac:
|
||||
create: true
|
||||
additionalRules: []
|
||||
@ -32,7 +32,7 @@ securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
drop:
|
||||
- ALL
|
||||
- ALL
|
||||
readOnlyRootFilesystem: true
|
||||
runAsNonRoot: true
|
||||
runAsUser: 1000
|
||||
@ -42,13 +42,13 @@ service:
|
||||
targetPort: 5000
|
||||
ingress:
|
||||
enabled: false
|
||||
className: ''
|
||||
className: ""
|
||||
annotations: {}
|
||||
hosts:
|
||||
- host: devops-reconciler.local
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
- host: devops-reconciler.local
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls: []
|
||||
resources:
|
||||
limits:
|
||||
@ -61,23 +61,23 @@ nodeSelector: {}
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
env:
|
||||
reconcilerDebug: 'false'
|
||||
defaultHttpTimeout: '30'
|
||||
reconcilerDebug: "false"
|
||||
defaultHttpTimeout: "30"
|
||||
k8sClusterDomain: kubernetes.default.svc.freeleaps.cluster
|
||||
kubernetesApiTimeout: '30'
|
||||
autoDiscoverK8sClusterDomainMaxRetries: '5'
|
||||
kubernetesApiTimeout: "30"
|
||||
autoDiscoverK8sClusterDomainMaxRetries: "5"
|
||||
logLevel: INFO
|
||||
logFormat: text
|
||||
operatorNamespace: freeleaps-devops-system
|
||||
reconcileInterval: '30'
|
||||
allowHttpGitUrls: 'false'
|
||||
reconcileInterval: "30"
|
||||
allowHttpGitUrls: "false"
|
||||
rabbitmq:
|
||||
host: freeleaps-alpha-rabbitmq.freeleaps-alpha.svc.freeleaps.cluster
|
||||
port: '5672'
|
||||
port: "5672"
|
||||
vhost: /
|
||||
inputQueue: freeleaps.devops.reconciler.input
|
||||
outputQueue: freeleaps.devops.reconciler.output
|
||||
enableExchangeBinding: 'true'
|
||||
enableExchangeBinding: "true"
|
||||
inputExchange: freeleaps.notification.exchange
|
||||
inputExchangeType: direct
|
||||
inputRoutingKey: freeleaps.devops.reconciler.input
|
||||
@ -85,23 +85,23 @@ env:
|
||||
outputRoutingKey: freeleaps.devops.reconciler.output
|
||||
jenkins:
|
||||
endpoint: http://jenkins.freeleaps-devops-system.svc.freeleaps.cluster:8080
|
||||
apiTimeout: '30'
|
||||
folderCreationRetryCount: '3'
|
||||
apiTimeout: "30"
|
||||
folderCreationRetryCount: "3"
|
||||
argocd:
|
||||
endpoint: http://argocd-server.freeleaps-devops-system.svc.freeleaps.cluster:80
|
||||
apiTimeout: '30'
|
||||
resourceCreationTimeout: '300'
|
||||
apiTimeout: "30"
|
||||
resourceCreationTimeout: "300"
|
||||
networkResources:
|
||||
domainTemplate: '{env}.{project_id}.internalmathmast.com'
|
||||
domainTemplate: "{env}.{project_id}.internalmathmast.com"
|
||||
ingressClassName: nginx
|
||||
certManagerClusterIssuer: internal-mathmast-com
|
||||
ingressControllerIp: 4.155.160.32
|
||||
dnsCreationTimeout: '300'
|
||||
certificateIssuanceTimeout: '600'
|
||||
ingressReadyTimeout: '300'
|
||||
networkResourceCleanupTimeout: '300'
|
||||
networkResourceRetryCount: '3'
|
||||
networkResourceRetryDelay: '30'
|
||||
dnsCreationTimeout: "300"
|
||||
certificateIssuanceTimeout: "600"
|
||||
ingressReadyTimeout: "300"
|
||||
networkResourceCleanupTimeout: "300"
|
||||
networkResourceRetryCount: "3"
|
||||
networkResourceRetryDelay: "30"
|
||||
secrets:
|
||||
rabbitmqCredentials:
|
||||
username: user
|
||||
@ -122,7 +122,7 @@ secrets:
|
||||
username: freeleapsdevops
|
||||
token: dckr_pat_UHFbzDZk-gZSM2UhRgnmTCMis9g
|
||||
azureKeyVault:
|
||||
endpoint: https://freeleaps-secrets.vault.azure.net/
|
||||
endpoint: https://management.azure.com/
|
||||
clientId: b6be5b92-25a8-482d-8dcd-7321bf2f83d9
|
||||
clientSecret: 4Nx8Q~fYFM~V~3otsN7YB4GPRQ0R8CHJ7XtpLcVA
|
||||
tenantId: cf151ee8-5c2c-4fe7-a1c4-809ba43c9f24
|
||||
|
||||
Loading…
Reference in New Issue
Block a user