68 lines
2.3 KiB
YAML
68 lines
2.3 KiB
YAML
replicaCount: 1
|
|
image:
|
|
# blank by default, set this to override all other properties that create the path
|
|
fullPath: ""
|
|
registry: docker.repository.axway.com
|
|
repository: ampc-docker-prod/1.2
|
|
name: v7-discovery-agent
|
|
pullPolicy: IfNotPresent
|
|
pullSecret:
|
|
# Overrides the image tag whose default is the chart appVersion.
|
|
tag: "1.2.35"
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
# Health Check port
|
|
statusPort: 8989
|
|
# Info on how to fetch the values for the env parameters can ve found in the below doc.
|
|
# https://docs.axway.com/bundle/axway-open-docs/page/docs/central/connect-api-manager/gateway-administation/index.html#customizing-the-discovery-agent-environment-variable-file
|
|
# More environment value: https://docs.axway.com/bundle/axway-open-docs/page/docs/central/connect-api-manager/agent-variables/index.html#common-variables-to-both-agents
|
|
env:
|
|
LOG_LEVEL: info
|
|
APIMANAGER_PORT: "443"
|
|
# flip to true if API manager is using a self signed certificate
|
|
APIMANAGER_SSL_INSECURESKIPVERIFY: false
|
|
# The below secret are a pre-requisite. Please refer to the readme file for more info on it.
|
|
secrets:
|
|
credentials: "discovery-creds"
|
|
keys: "discovery-keys"
|
|
podAnnotations:
|
|
podSecurityContext:
|
|
supplementalGroups: [2500]
|
|
fsGroupChangePolicy: "OnRootMismatch"
|
|
securityContext:
|
|
tolerations:
|
|
affinity:
|
|
nodeSelector: {}
|
|
# Add additional labels to the agent deployment which may be required based on your configuration
|
|
additionalLabels:
|
|
serviceAccount:
|
|
# Specifies whether a service account should be created
|
|
create: true
|
|
# The name of the service account to use.
|
|
# If not set and create is true, a name is generated using the fullname template
|
|
name:
|
|
resources: {}
|
|
# We usually recommend not to specify default resources and to leave this as a conscious
|
|
# choice for the user. This also increases chances charts run on environments with little
|
|
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
|
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
|
|
# limits:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
# requests:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
|
|
livenessProbe:
|
|
initialDelaySeconds: 30
|
|
periodSeconds: 10
|
|
timeoutSeconds: 10
|
|
successThreshold: 1
|
|
failureThreshold: 3
|
|
readinessProbe:
|
|
initialDelaySeconds: 30
|
|
periodSeconds: 10
|
|
timeoutSeconds: 10
|
|
successThreshold: 1
|
|
failureThreshold: 3
|