parent
a3e90ae1e4
commit
c7bc2736de
8 changed files with 57 additions and 50 deletions
argocd
ente
Binary file not shown.
|
@ -5,6 +5,7 @@ namespace: argo-system
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- resources/namespace.yaml
|
- resources/namespace.yaml
|
||||||
|
- resources/secret.harbor-credentials.yaml
|
||||||
- resources/secret.git-age.yaml
|
- resources/secret.git-age.yaml
|
||||||
- resources/configmap.git.yaml
|
- resources/configmap.git.yaml
|
||||||
- resources/dragonfly.yml
|
- resources/dragonfly.yml
|
||||||
|
|
BIN
argocd/resources/secret.harbor-credentials.yaml
Normal file
BIN
argocd/resources/secret.harbor-credentials.yaml
Normal file
Binary file not shown.
1
ente/.gitattributes
vendored
1
ente/.gitattributes
vendored
|
@ -1 +1,2 @@
|
||||||
credentials.yaml filter=age diff=age merge=age -text
|
credentials.yaml filter=age diff=age merge=age -text
|
||||||
|
**/secret.*.yaml filter=age diff=age merge=age -text
|
||||||
|
|
|
@ -13,10 +13,10 @@ images:
|
||||||
newTag: latest
|
newTag: latest
|
||||||
digest: sha256:08b6fd823efc15a38592a808840012a7ad13cccb645f88dfe981c50fcca8798a
|
digest: sha256:08b6fd823efc15a38592a808840012a7ad13cccb645f88dfe981c50fcca8798a
|
||||||
- name: photos
|
- name: photos
|
||||||
newName: code.icb4dc0.de/infrastructure/images/ente/photos
|
newName: registry.icb4dc0.de/infrastructure/ente/photos
|
||||||
newTag: v0.9.99
|
newTag: v0.9.99
|
||||||
- name: cast
|
- name: cast
|
||||||
newName: code.icb4dc0.de/infrastructure/images/ente/cast
|
newName: registry.icb4dc0.de/infrastructure/ente/cast
|
||||||
newTag: v0.9.99
|
newTag: v0.9.99
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
|
@ -27,6 +27,7 @@ labels:
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- resources/namespace.yaml
|
- resources/namespace.yaml
|
||||||
|
- resources/secret.harbor-credentials.yaml
|
||||||
- resources/museum/db/db.yaml
|
- resources/museum/db/db.yaml
|
||||||
- resources/museum/db/user.yaml
|
- resources/museum/db/user.yaml
|
||||||
- resources/museum/cache.yaml
|
- resources/museum/cache.yaml
|
||||||
|
|
|
@ -17,28 +17,30 @@ spec:
|
||||||
app.kubernetes.io/part-of: ente
|
app.kubernetes.io/part-of: ente
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: cast
|
- name: cast
|
||||||
image: cast
|
image: cast
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
env:
|
env:
|
||||||
- name: ENDPOINT
|
- name: ENDPOINT
|
||||||
value: https://api.ente.icb4dc0.de
|
value: https://api.ente.icb4dc0.de
|
||||||
- name: ALBUMS_ENDPOINT
|
- name: ALBUMS_ENDPOINT
|
||||||
value: https://albums.ente.icb4dc0.de
|
value: https://albums.ente.icb4dc0.de
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "64Mi"
|
memory: "64Mi"
|
||||||
cpu: "25m"
|
cpu: "25m"
|
||||||
limits:
|
limits:
|
||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
cpu: "50m"
|
cpu: "50m"
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 3000
|
containerPort: 3000
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
port: 3000
|
port: 3000
|
||||||
path: /
|
path: /
|
||||||
scheme: HTTP
|
scheme: HTTP
|
||||||
|
imagePullSecrets:
|
||||||
|
- name: harbor-registry-credentials
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: arm64
|
kubernetes.io/arch: arm64
|
||||||
|
|
|
@ -17,28 +17,30 @@ spec:
|
||||||
app.kubernetes.io/part-of: ente
|
app.kubernetes.io/part-of: ente
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: photos
|
- name: photos
|
||||||
image: photos
|
image: photos
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
env:
|
env:
|
||||||
- name: ENDPOINT
|
- name: ENDPOINT
|
||||||
value: https://api.ente.icb4dc0.de
|
value: https://api.ente.icb4dc0.de
|
||||||
- name: ALBUMS_ENDPOINT
|
- name: ALBUMS_ENDPOINT
|
||||||
value: https://albums.ente.icb4dc0.de
|
value: https://albums.ente.icb4dc0.de
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "64Mi"
|
memory: "64Mi"
|
||||||
cpu: "25m"
|
cpu: "25m"
|
||||||
limits:
|
limits:
|
||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
cpu: "50m"
|
cpu: "50m"
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 3000
|
containerPort: 3000
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
port: 3000
|
port: 3000
|
||||||
path: /
|
path: /
|
||||||
scheme: HTTP
|
scheme: HTTP
|
||||||
|
imagePullSecrets:
|
||||||
|
- name: harbor-registry-credentials
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: arm64
|
kubernetes.io/arch: arm64
|
||||||
|
|
BIN
ente/resources/secret.harbor-credentials.yaml
Normal file
BIN
ente/resources/secret.harbor-credentials.yaml
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue