Created the initial k3s configuration for personal use

This commit is contained in:
2025-02-19 15:08:58 -07:00
parent 01e069514e
commit 72c4a448ff
83 changed files with 2109 additions and 1 deletions
@@ -0,0 +1,27 @@
apiVersion: v1
kind: Service
metadata:
annotations:
kompose.cmd: kompose convert
kompose.version: 1.34.0 (cbf2835db)
labels:
io.kompose.service: jellyfin
name: jellyfin
spec:
ports:
- name: "8096"
port: 8096
targetPort: 8096
- name: "8920"
port: 8920
targetPort: 8920
- name: "7359"
port: 7359
protocol: UDP
targetPort: 7359
- name: "1900"
port: 1900
protocol: UDP
targetPort: 1900
selector:
io.kompose.service: jellyfin