Removed grist
This commit is contained in:
parent
6b5f44574e
commit
b465c1a16c
@ -1,24 +1,24 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
# apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
# kind: Application
|
||||||
metadata:
|
# metadata:
|
||||||
name: grist
|
# name: grist
|
||||||
namespace: argocd
|
# namespace: argocd
|
||||||
finalizers:
|
# finalizers:
|
||||||
- resources-finalizer.argocd.argoproj.io
|
# - resources-finalizer.argocd.argoproj.io
|
||||||
spec:
|
# spec:
|
||||||
project: cluster.fun
|
# project: cluster.fun
|
||||||
destination:
|
# destination:
|
||||||
namespace: grist
|
# namespace: grist
|
||||||
name: cluster-fun (scaleway)
|
# name: cluster-fun (scaleway)
|
||||||
source:
|
# source:
|
||||||
path: manifests/grist
|
# path: manifests/grist
|
||||||
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
|
# repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
|
||||||
targetRevision: HEAD
|
# targetRevision: HEAD
|
||||||
syncPolicy:
|
# syncPolicy:
|
||||||
automated: {}
|
# automated: {}
|
||||||
syncOptions:
|
# syncOptions:
|
||||||
- CreateNamespace=true
|
# - CreateNamespace=true
|
||||||
ignoreDifferences:
|
# ignoreDifferences:
|
||||||
- kind: Secret
|
# - kind: Secret
|
||||||
jsonPointers:
|
# jsonPointers:
|
||||||
- /data
|
# - /data
|
||||||
|
@ -88,7 +88,7 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
name: proxy
|
name: web
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 50Mi
|
memory: 50Mi
|
||||||
@ -99,7 +99,7 @@ spec:
|
|||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8484
|
- containerPort: 8484
|
||||||
name: web
|
name: grist
|
||||||
env:
|
env:
|
||||||
- name: APP_HOME_URL
|
- name: APP_HOME_URL
|
||||||
value: "https://grist.cluster.fun/"
|
value: "https://grist.cluster.fun/"
|
||||||
|
Loading…
Reference in New Issue
Block a user