The current chart with katenarry 3.0.0-rc2

This commit is contained in:
2024-12-05 06:20:50 +01:00
commit 74b73cafc1
9 changed files with 647 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
apiVersion: v1
kind: Service
metadata:
annotations:
katenary.v3/compose-hash: 07a6c3341d6d1030ebf49ee3a618c3296c87ae32
katenary.v3/version: develop-628b35d
labels:
{{- include "website.labels" . | nindent 4 }}
katenary.v3/component: server
name: '{{ include "website.fullname" . }}-server'
spec:
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
selector:
{{- include "website.selectorLabels" . | nindent 4 }}
katenary.v3/component: server