# Tell Kubernetes to spin up multiple instances. Defaults to 1.
replicaCount:3
# @param securityContext - Optional security context for the container. This is a security feature to restrict system calls.
# securityContext: {}
#
# Example:
# securityContext:
# seccompProfile:
# type: RuntimeDefault
securityContext:{}
# @param podSecurityContext - Optional pod security context for the deployment.
# podSecurityContext: {}
#
# Example:
# podSecurityContext:
# fsGroup: 1000
# runAsUser: 1000
# allowPrivilegeEscalation: false
podSecurityContext:{}
# @param applicationName - The name of the application. This will rename the underlying WAR file, thus changing the endpoint. Defaults to science-portal.