Skip to content

Commit

Permalink
fix:Updated configmap to remove liveness probe
Browse files Browse the repository at this point in the history
  • Loading branch information
mathis-marcotte committed Feb 11, 2025
1 parent be10d86 commit e39dc95
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions deploy/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ data:
"name": "kerberos-sidecar",
"image": "artifactory.cloud.statcan.ca/das-aaw-docker/kerberos-sidecar:latest",
"imagePullPolicy": "IfNotPresent",
"command": ["/bin/bash"]
"args": ["-c", "/rekinit.sh; echo 'Kerberos stopped'; sleep infinity"]
"volumeMounts": [
{
"name": "kerberos-credential-cache",
Expand All @@ -27,18 +29,7 @@ data:
"mountPath": "/krb5",
"name": "kerberos-keytab"
}
],
"livenessProbe": {
"exec": {
"command": [
"test",
"-f",
"/dev/shm/ccache"
]
},
"initialDelaySeconds": 2,
"periodSeconds": 60
}
]
}
],
"volumes": [
Expand Down

0 comments on commit e39dc95

Please sign in to comment.