Removed grist

This commit is contained in:
Marcus Noble 2022-03-05 06:11:58 +00:00
parent 6b5f44574e
commit b465c1a16c
2 changed files with 26 additions and 26 deletions

View File

@ -1,24 +1,24 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: grist
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: cluster.fun
destination:
namespace: grist
name: cluster-fun (scaleway)
source:
path: manifests/grist
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
targetRevision: HEAD
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true
ignoreDifferences:
- kind: Secret
jsonPointers:
- /data
# apiVersion: argoproj.io/v1alpha1
# kind: Application
# metadata:
# name: grist
# namespace: argocd
# finalizers:
# - resources-finalizer.argocd.argoproj.io
# spec:
# project: cluster.fun
# destination:
# namespace: grist
# name: cluster-fun (scaleway)
# source:
# path: manifests/grist
# repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
# targetRevision: HEAD
# syncPolicy:
# automated: {}
# syncOptions:
# - CreateNamespace=true
# ignoreDifferences:
# - kind: Secret
# jsonPointers:
# - /data

View File

@ -88,7 +88,7 @@ spec:
ports:
- containerPort: 8000
protocol: TCP
name: proxy
name: web
resources:
limits:
memory: 50Mi
@ -99,7 +99,7 @@ spec:
imagePullPolicy: Always
ports:
- containerPort: 8484
name: web
name: grist
env:
- name: APP_HOME_URL
value: "https://grist.cluster.fun/"