Skip to content
Snippets Groups Projects
Commit 3e7bdff4 authored by Tim Kreuzer's avatar Tim Kreuzer
Browse files

update label for liveness check

parent 59f462e1
No related branches found
No related tags found
No related merge requests found
Pipeline #260519 passed
......@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.16.20
version: 0.16.21
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
......
......@@ -4,18 +4,21 @@ kind: Deployment
metadata:
name: check-liveness
labels:
app: {{ .Values.global.name }}
release: jupyterhub
app: jupyterhub
component: check-liveness
service: {{ .Values.global.name }}
{{- include "jupyter-hub-customizations.labels" . | nindent 4 }}
spec:
replicas: 1
selector:
matchLabels:
app: check-liveness
app: jupyterhub
component: check-liveness
template:
metadata:
labels:
app: check-liveness
app: jupyterhub
component: check-liveness
spec:
serviceAccountName: restart-deployment
restartPolicy: Always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment