diff --git a/apps/gitlab/env/k3s-cluster/deployment.yaml b/apps/gitlab/env/k3s-cluster/deployment.yaml deleted file mode 100644 index 7ea9e9f..0000000 --- a/apps/gitlab/env/k3s-cluster/deployment.yaml +++ /dev/null @@ -1,62 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: gitlab - namespace: gitlab - labels: - app.kubernetes.io/name: gitlab -spec: - selector: - matchLabels: - app.kubernetes.io/name: gitlab - template: - metadata: - labels: - app.kubernetes.io/name: gitlab - spec: - containers: - - name: gitlab - image: gitlab/gitlab-ce:17.2.1-ce.0 - securityContext: - allowPrivilegeEscalation: false - env: - - name: GITLAB_OMNIBUS_CONFIG - value: "external_url 'https://gitlab.cluster.edward.sydney'" - ports: - - protocol: TCP - containerPort: 443 - name: https - - protocol: TCP - containerPort: 80 - name: http - - protocol: TCP - containerPort: 22 - name: ssh - volumeMounts: - - name: dshm - mountPath: /dev/shm - - name: gitlab-config - mountPath: /etc/config - - name: gitlab-log - mountPath: /var/log/gitlab - - name: gitlab-data - mountPath: /var/opt/gitlab - volumes: - - name: dshm - emptyDir: - medium: Memory - sizeLimit: 1Gi - - name: gitlab-config - hostPath: - path: /mnt/nfs/AppData/gitlab/config - type: Directory - - name: gitlab-log - hostPath: - path: /mnt/nfs/AppData/gitlab/log - type: Directory - - name: gitlab-data - hostPath: - path: /mnt/nfs/AppData/gitlab/data - type: Directory - nodeSelector: - kubernetes.io/arch: amd64 diff --git a/apps/gitlab/env/k3s-cluster/kustomization.yaml b/apps/gitlab/env/k3s-cluster/kustomization.yaml deleted file mode 100644 index 87b09a3..0000000 --- a/apps/gitlab/env/k3s-cluster/kustomization.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -resources: - - ./deployment.yaml - - ./service.yaml \ No newline at end of file diff --git a/apps/gitlab/env/k3s-cluster/service.yaml b/apps/gitlab/env/k3s-cluster/service.yaml deleted file mode 100644 index 7ed72c5..0000000 --- a/apps/gitlab/env/k3s-cluster/service.yaml +++ /dev/null @@ -1,25 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: gitlab - namespace: gitlab - labels: - app.kubernetes.io/name: gitlab -spec: - selector: - app.kubernetes.io/name: gitlab - type: LoadBalancer - internalTrafficPolicy: Cluster - ports: - - protocol: TCP - port: 10080 - targetPort: 80 - name: http - - protocol: TCP - port: 10443 - targetPort: 443 - name: https - - protocol: TCP - port: 10022 - targetPort: 22 - name: ssh diff --git a/resources/namespaces/env/k3s-cluster/templates/code-server.yaml b/resources/namespaces/env/k3s-cluster/templates/code-server.yaml deleted file mode 100644 index 906f4c2..0000000 --- a/resources/namespaces/env/k3s-cluster/templates/code-server.yaml +++ /dev/null @@ -1,9 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - annotations: - argocd.argoproj.io/sync-options: Prune=false - creationTimestamp: null - name: code-server -spec: {} -status: {} diff --git a/resources/namespaces/env/k3s-cluster/templates/consul.yaml b/resources/namespaces/env/k3s-cluster/templates/consul.yaml deleted file mode 100644 index e20465c..0000000 --- a/resources/namespaces/env/k3s-cluster/templates/consul.yaml +++ /dev/null @@ -1,9 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - annotations: - argocd.argoproj.io/sync-options: Prune=false - creationTimestamp: null - name: consul -spec: {} -status: {} diff --git a/resources/namespaces/env/k3s-cluster/templates/couchdb.yaml b/resources/namespaces/env/k3s-cluster/templates/couchdb.yaml deleted file mode 100644 index 30b41b7..0000000 --- a/resources/namespaces/env/k3s-cluster/templates/couchdb.yaml +++ /dev/null @@ -1,9 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - annotations: - argocd.argoproj.io/sync-options: Prune=false - creationTimestamp: null - name: couchdb -spec: {} -status: {} diff --git a/resources/namespaces/env/k3s-cluster/templates/dokuwiki.yaml b/resources/namespaces/env/k3s-cluster/templates/dokuwiki.yaml deleted file mode 100644 index fff81d6..0000000 --- a/resources/namespaces/env/k3s-cluster/templates/dokuwiki.yaml +++ /dev/null @@ -1,9 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - annotations: - argocd.argoproj.io/sync-options: Prune=false - creationTimestamp: null - name: dokuwiki -spec: {} -status: {} diff --git a/resources/namespaces/env/k3s-cluster/templates/gitlab.yaml b/resources/namespaces/env/k3s-cluster/templates/gitlab.yaml deleted file mode 100644 index df426d2..0000000 --- a/resources/namespaces/env/k3s-cluster/templates/gitlab.yaml +++ /dev/null @@ -1,9 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - annotations: - argocd.argoproj.io/sync-options: Prune=false - creationTimestamp: null - name: gitlab -spec: {} -status: {} diff --git a/resources/namespaces/env/k3s-cluster/templates/jellyfin.yaml b/resources/namespaces/env/k3s-cluster/templates/jellyfin.yaml deleted file mode 100644 index 6329022..0000000 --- a/resources/namespaces/env/k3s-cluster/templates/jellyfin.yaml +++ /dev/null @@ -1,9 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - annotations: - argocd.argoproj.io/sync-options: Prune=false - creationTimestamp: null - name: jellyfin -spec: {} -status: {} diff --git a/resources/namespaces/env/k3s-cluster/templates/obsidian.yaml b/resources/namespaces/env/k3s-cluster/templates/obsidian.yaml deleted file mode 100644 index e6594f2..0000000 --- a/resources/namespaces/env/k3s-cluster/templates/obsidian.yaml +++ /dev/null @@ -1,9 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - annotations: - argocd.argoproj.io/sync-options: Prune=false - creationTimestamp: null - name: obsidian -spec: {} -status: {}