Deploy Symcrest public website

This commit is contained in:
Arvind Prabhakar 2026-08-16 02:08:57 +00:00
commit 6bdb9b0d4a
8 changed files with 247 additions and 0 deletions

View file

@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: {{ .Values.service.name }}
namespace: {{ .Values.namespace }}
spec:
selector:
app: symcrest-web
ports:
- name: http
port: {{ .Values.service.port }}
targetPort: {{ .Values.service.targetPort }}
protocol: TCP