Remove OpenProject Studio service
This commit is contained in:
parent
abafde59e7
commit
2a8fffae90
9 changed files with 0 additions and 1383 deletions
|
|
@ -1,18 +0,0 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: openproject
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: studio
|
||||
source:
|
||||
repoURL: http://forgejo.forgejo.svc.cluster.local:3000/symcrest/k8s-platform.git
|
||||
targetRevision: main
|
||||
path: rendered/openproject
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: openproject
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: false
|
||||
selfHeal: true
|
||||
|
|
@ -12,10 +12,6 @@ spec:
|
|||
destinations:
|
||||
- namespace: forgejo
|
||||
server: https://kubernetes.default.svc
|
||||
|
||||
- namespace: openproject
|
||||
server: https://kubernetes.default.svc
|
||||
|
||||
- namespace: pgadmin
|
||||
server: https://kubernetes.default.svc
|
||||
- namespace: phpmyadmin
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
apiVersion: v2
|
||||
name: openproject
|
||||
description: Symcrest OpenProject wrapper chart
|
||||
type: application
|
||||
version: 0.1.0
|
||||
appVersion: "17.5.1"
|
||||
|
|
@ -1,54 +0,0 @@
|
|||
openproject:
|
||||
https: true
|
||||
host: www.symcrest.com
|
||||
railsRelativeUrlRoot: /services/studio/openproject
|
||||
|
||||
extraEnvVarsSecret: openproject-postgres-secret
|
||||
|
||||
useTmpVolumes: true
|
||||
tmpVolumesStorage: "5Gi"
|
||||
tmpVolumesStorageClassName: longhorn
|
||||
tmpVolumesPermissionFix: true
|
||||
|
||||
realtime_collaboration:
|
||||
enabled: false
|
||||
|
||||
admin_user:
|
||||
password: "TempPass123"
|
||||
password_reset: "true"
|
||||
name: "IT Admin"
|
||||
mail: "it.admin@symcrest.com"
|
||||
|
||||
cron:
|
||||
enabled: false
|
||||
|
||||
hocuspocus:
|
||||
enabled: false
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
|
||||
tests:
|
||||
enabled: false
|
||||
|
||||
nodeSelector:
|
||||
workload: app
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClassName: longhorn
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
size: 1Gi
|
||||
|
||||
postgresql:
|
||||
bundled: false
|
||||
connection:
|
||||
host: platform-postgres.platform-services.svc.cluster.local
|
||||
port: 5432
|
||||
auth:
|
||||
existingSecret: openproject-postgres-secret
|
||||
secretKeys:
|
||||
userPasswordKey: password
|
||||
username: openproject
|
||||
database: openproject
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
hostnames:
|
||||
- www.symcrest.com
|
||||
basePath: /services/studio/openproject
|
||||
gateway:
|
||||
name: public-gateway
|
||||
namespace: apps
|
||||
service:
|
||||
name: openproject
|
||||
port: 8080
|
||||
|
|
@ -1,32 +0,0 @@
|
|||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: openproject
|
||||
namespace: openproject
|
||||
spec:
|
||||
parentRefs:
|
||||
- name: public-gateway
|
||||
namespace: apps
|
||||
hostnames:
|
||||
- "www.symcrest.com"
|
||||
rules:
|
||||
- matches:
|
||||
- path:
|
||||
type: Exact
|
||||
value: /services/studio/openproject
|
||||
filters:
|
||||
- type: RequestRedirect
|
||||
requestRedirect:
|
||||
scheme: https
|
||||
path:
|
||||
type: ReplaceFullPath
|
||||
replaceFullPath: /services/studio/openproject/
|
||||
statusCode: 301
|
||||
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /services/studio/openproject/
|
||||
backendRefs:
|
||||
- name: openproject
|
||||
port: 8080
|
||||
|
|
@ -1,39 +0,0 @@
|
|||
apiVersion: cilium.io/v2
|
||||
kind: CiliumNetworkPolicy
|
||||
metadata:
|
||||
name: openproject-base-egress
|
||||
namespace: openproject
|
||||
spec:
|
||||
endpointSelector: {}
|
||||
egress:
|
||||
- toEntities:
|
||||
- kube-apiserver
|
||||
|
||||
- toEndpoints:
|
||||
- matchLabels:
|
||||
k8s:io.kubernetes.pod.namespace: kube-system
|
||||
k8s:k8s-app: kube-dns
|
||||
toPorts:
|
||||
- ports:
|
||||
- port: "53"
|
||||
protocol: UDP
|
||||
- port: "53"
|
||||
protocol: TCP
|
||||
|
||||
- toEndpoints:
|
||||
- matchLabels:
|
||||
k8s:io.kubernetes.pod.namespace: platform-services
|
||||
app: platform-postgres
|
||||
toPorts:
|
||||
- ports:
|
||||
- port: "5432"
|
||||
protocol: TCP
|
||||
|
||||
- toEndpoints:
|
||||
- matchLabels:
|
||||
k8s:io.kubernetes.pod.namespace: openproject
|
||||
app.kubernetes.io/name: memcached
|
||||
toPorts:
|
||||
- ports:
|
||||
- port: "11211"
|
||||
protocol: TCP
|
||||
|
|
@ -11,8 +11,6 @@ spec:
|
|||
- fromEndpoints:
|
||||
- matchLabels:
|
||||
k8s:io.kubernetes.pod.namespace: forgejo
|
||||
- matchLabels:
|
||||
k8s:io.kubernetes.pod.namespace: openproject
|
||||
- matchLabels:
|
||||
k8s:io.kubernetes.pod.namespace: pgadmin
|
||||
toPorts:
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue