diff --git a/k8s-deploy-template.yaml b/k8s-deploy-template.yaml index f6a9914a6c3c68e00b9e82afd2e71909c2ccef85..e36941c287029d14d11e6a957b42f596b98edf02 100644 --- a/k8s-deploy-template.yaml +++ b/k8s-deploy-template.yaml @@ -46,6 +46,7 @@ spec: protocol: TCP - containerPort: 1024 protocol: TCP + #if($PROFILE != 'dev') startupProbe: httpGet: scheme: HTTP @@ -66,6 +67,7 @@ spec: path: /actuator/health/readiness port: 1024 periodSeconds: 10 + #end volumeMounts: - name: ${APP_NAME}-volume mountPath: /data