Skip to content

Commit

Permalink
BC-5112 - add Annotations to deployment for Restart (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Sep 30, 2024
1 parent 30427af commit db18d69
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ kind: Deployment
metadata:
name: h5p-staticfiles-server-deployment
namespace: {{ NAMESPACE }}
{% if ANNOTATIONS is defined and ANNOTATIONS|bool %}
annotations:
{% if RELOADER is defined and RELOADER|bool %}
reloader.stakater.com/auto: "true"
{% endif %}
{% endif %}
labels:
app: h5p-staticfiles-server
app.kubernetes.io/part-of: schulcloud-verbund
Expand Down

0 comments on commit db18d69

Please sign in to comment.