Files
website/chart/templates/server/service.yaml
Patrice Ferlet df926940c9 chore(design) Redo the webpage
Trying to make a modern webpage. Tailwind is verbose but helps to do it
faster. I will later make a better CSS.

TODO: make dynamic links to package repository, exe, binaries... and add
a better example
2025-10-19 09:27:00 +02:00

20 lines
489 B
YAML

apiVersion: v1
kind: Service
metadata:
annotations:
katenary.v3/compose-hash: 76866ef0672f04e085c6e3d50e4e8431d1d95bc0
katenary.v3/version: master
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