feat: remove docker-registry

This commit is contained in:
auricom
2022-07-04 22:11:26 +02:00
parent 5218b3fc24
commit e43c08957a
5 changed files with 0 additions and 70 deletions

View File

@@ -1,54 +0,0 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: docker-registry
namespace: development
spec:
interval: 5m
chart:
spec:
# renovate: registryUrl=https://helm.twun.io
chart: docker-registry
version: 2.1.0
sourceRef:
kind: HelmRepository
name: twuni-charts
namespace: flux-system
interval: 5m
values:
storage: s3
persistence:
deleteEnabled: true
s3:
region: "us-east-1"
regionEndpoint: ${SECRET_MINIO_ENDPOINT}
bucket: docker-registry-v2
encrypt: false
secure: true
secrets:
htpasswd: ${SECRET_DOCKER_REGISTRY_HTPASSWD}
s3:
accessKey: ${SECRET_MINIO_ACCESS_KEY}
secretKey: ${SECRET_MINIO_SECRET_KEY}
service:
annotations:
prometheus.io/probe: "true"
prometheus.io/protocol: http
ingress:
enabled: true
className: nginx
annotations:
nginx.ingress.kubernetes.io/proxy-body-size: "0"
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "600"
hosts:
- "registry.${SECRET_CLUSTER_DOMAIN}"
tls:
- hosts:
- "registry.${SECRET_CLUSTER_DOMAIN}"

View File

@@ -1,4 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helm-release.yaml

View File

@@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- namespace.yaml - namespace.yaml
- docker-registry
- drone - drone
- drone-runner-kube - drone-runner-kube
- gitea - gitea

View File

@@ -27,5 +27,4 @@ resources:
- runix-charts.yaml - runix-charts.yaml
- stakater-charts.yaml - stakater-charts.yaml
- traefik-charts.yaml - traefik-charts.yaml
- twuni-charts.yaml
- weaveworks-kured-charts.yaml - weaveworks-kured-charts.yaml

View File

@@ -1,10 +0,0 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: HelmRepository
metadata:
name: twuni-charts
namespace: flux-system
spec:
interval: 1h
url: https://helm.twun.io
timeout: 3m