Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
No results found
Show changes
Commits on Source (4)
......@@ -82,4 +82,4 @@ images:
newTag: c8cb60b-20230405-1807
- name: registry.cri.epita.fr/cri/services/intranet/master
newName: registry.cri.epita.fr/cri/services/intranet/develop
newTag: 18ba7681ac14471dcf11858992aea8969fdd75de
newTag: c3c3e74e802053d1b49b6e89c7269a9dc8d7011f
......@@ -20,6 +20,7 @@ patches:
- path: patch-ldap.yml
- path: patch-kadmin.yml
- path: patch-kdc.yml
- path: patch-init-job.yml
generatorOptions:
annotations:
......@@ -72,5 +73,3 @@ configMapGenerator:
images:
- name: registry.cri.epita.fr/cri/docker/go-mmproxy
newTag: 2.1-1.0.2
- name: registry.cri.epita.fr/cri/services/intranet/develop
newTag: 49d6361ebdb6fb6d4bc72121acd2aca6bb28d9ec
......@@ -14,3 +14,5 @@ spec:
memory: 2Gi
limits:
memory: 2Gi
nodeSelector:
forge.epita.fr/very-old-cpu: "false" # because some nodes lack extensions above x86_64-v2 which is not supported by the intranet
---
apiVersion: batch/v1
kind: Job
metadata:
name: intranet-init
spec:
template:
spec:
nodeSelector:
forge.epita.fr/very-old-cpu: "false" # because some nodes lack extensions above x86_64-v2 which is not supported by the intranet
......@@ -14,3 +14,5 @@ spec:
memory: 1800Mi
limits:
memory: 1800Mi
nodeSelector:
forge.epita.fr/very-old-cpu: "false" # because some nodes lack extensions above x86_64-v2 which is not supported by the intranet