Switched to own image

This commit is contained in:
Marcus Noble 2022-03-20 08:54:25 +00:00
parent e2b3d416eb
commit c245c816c5

View File

@ -1,5 +1,18 @@
apiVersion: v1
kind: Secret
metadata:
name: docker-config
namespace: starling
annotations:
kube-1password: i6ngbk5zf4k52xgwdwnfup5bby
kube-1password/vault: Kubernetes
kube-1password/secret-text-key: .dockerconfigjson
type: kubernetes.io/dockerconfigjson
data:
.dockerconfigjson: e30=
---
apiVersion: v1
kind: Secret
metadata:
name: calendso
namespace: calendso
@ -38,25 +51,13 @@ spec:
labels:
app: calendso
spec:
imagePullSecrets:
- name: docker-config
containers:
- name: web
image: calendso/calendso:latest
image: docker.cluster.fun/private/calendso:latest
imagePullPolicy: Always
command:
- sh
- -c
- |
apt update && apt install -y netcat
/calcom/scripts/start.sh
env:
- name: NEXT_PUBLIC_LICENSE_CONSENT
value: agree
- name: NEXT_PUBLIC_TELEMETRY_KEY
value: ""
- name: BASE_URL
value: "https://meet.marcusnoble.co.uk"
- name: NEXT_PUBLIC_APP_URL
value: "https://meet.marcusnoble.co.uk"
- name: NODE_ENV
value: production
- name: POSTGRES_DB