Skip to content

Commit

Permalink
Merge branch 'main' into THR-18-dev-feature-h5p-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
CeEv authored Nov 16, 2023
2 parents 1c5f176 + fd56c86 commit c557256
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ansible/roles/nuxt-client-core/templates/deployment.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ metadata:
namespace: {{ NAMESPACE }}
labels:
app: nuxtclient
app.kubernetes.io/part-of: schulcloud-verbund
app.kubernetes.io/version: {{ NUXT_CLIENT_IMAGE_TAG }}
app.kubernetes.io/name: nuxtclient
app.kubernetes.io/component: client
app.kubernetes.io/managed-by: ansible
git.branch: {{ NUXT_CLIENT_BRANCH_NAME }}
git.repo: {{ NUXT_CLIENT_REPO_NAME }}
spec:
replicas: {{ NUXTCLIENT_REPLICAS|default("1", true) }}
strategy:
Expand All @@ -20,6 +27,13 @@ spec:
metadata:
labels:
app: nuxtclient
app.kubernetes.io/part-of: schulcloud-verbund
app.kubernetes.io/version: {{ NUXT_CLIENT_IMAGE_TAG }}
app.kubernetes.io/name: nuxtclient
app.kubernetes.io/component: client
app.kubernetes.io/managed-by: ansible
git.branch: {{ NUXT_CLIENT_BRANCH_NAME }}
git.repo: {{ NUXT_CLIENT_REPO_NAME }}
annotations:
spec:
securityContext:
Expand Down

0 comments on commit c557256

Please sign in to comment.