diff --git a/cluster/apps/database/postgresql/kustomization.yaml b/cluster/apps/database/postgresql/kustomization.yaml index 2895cf4..f07d21b 100644 --- a/cluster/apps/database/postgresql/kustomization.yaml +++ b/cluster/apps/database/postgresql/kustomization.yaml @@ -2,5 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ./pgsql.sops.yaml -- ./helm-repository.yaml -- ./service.yaml \ No newline at end of file +- ./helm-release.yaml \ No newline at end of file diff --git a/cluster/apps/database/postgresql/service.yaml b/cluster/apps/database/postgresql/service.yaml deleted file mode 100644 index aaf5728..0000000 --- a/cluster/apps/database/postgresql/service.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: postgresql - namespace: database - - labels: - app: postgresql - database: postgresql - kubernetes.io/name: "postgresql" -spec: - selector: - app: postgresql - ports: - - name: pgsql - port: 5432 - targetPort: 5432 \ No newline at end of file diff --git a/cluster/apps/database/redis/kustomization.yaml b/cluster/apps/database/redis/kustomization.yaml index 38bd9c9..4d3c85c 100644 --- a/cluster/apps/database/redis/kustomization.yaml +++ b/cluster/apps/database/redis/kustomization.yaml @@ -2,5 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ./redis.sops.yaml -- ./helm-repository.yaml -- ./service.yaml \ No newline at end of file +- ./helm-release.yaml \ No newline at end of file diff --git a/cluster/apps/database/redis/service.yaml b/cluster/apps/database/redis/service.yaml deleted file mode 100644 index aaf5728..0000000 --- a/cluster/apps/database/redis/service.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: postgresql - namespace: database - - labels: - app: postgresql - database: postgresql - kubernetes.io/name: "postgresql" -spec: - selector: - app: postgresql - ports: - - name: pgsql - port: 5432 - targetPort: 5432 \ No newline at end of file