feat: add artifact-keeper
- converted the artifact-keeper helm-chart into kustomization manifests - converted postgres to cnpg - moved secrets to vault
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: backend
|
||||
namespace: artifact-keeper
|
||||
labels:
|
||||
app.kubernetes.io/name: artifact-keeper
|
||||
app.kubernetes.io/instance: ak
|
||||
app.kubernetes.io/part-of: artifact-keeper
|
||||
app.kubernetes.io/component: backend
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- name: http
|
||||
port: 8080
|
||||
targetPort: http
|
||||
protocol: TCP
|
||||
- name: grpc
|
||||
port: 9090
|
||||
targetPort: grpc
|
||||
protocol: TCP
|
||||
selector:
|
||||
app.kubernetes.io/name: artifact-keeper
|
||||
app.kubernetes.io/instance: ak
|
||||
app.kubernetes.io/component: backend
|
||||
Reference in New Issue
Block a user