first commit
This commit is contained in:
68
charts/v7-discovery/values.yaml
Normal file
68
charts/v7-discovery/values.yaml
Normal file
@@ -0,0 +1,68 @@
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: axway.jfrog.io/ampc-public-docker-release/agent/v7-discovery-agent
|
||||
pullPolicy: Always
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: "1.1.60"
|
||||
registry: ""
|
||||
imagePullSecrets: []
|
||||
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
|
||||
CENTRAL_URL: "https://apicentral.axway.com"
|
||||
CENTRAL_AUTH_URL: "https://login.axway.com/auth"
|
||||
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
|
||||
global:
|
||||
defaultRegistry: ""
|
||||
Reference in New Issue
Block a user