no proxy
All checks were successful
Apply Kuberentes Configs / update-repo (push) Successful in 0s
Apply Kuberentes Configs / update-infrastructure (push) Successful in 2s
Manage Jellyfin Playlists / update-repo (push) Successful in 0s
Manage Jellyfin Playlists / run-python (push) Successful in 49s
ZFS Backup / update-infrastructure (push) Successful in 1m12s

This commit is contained in:
2026-02-15 17:55:27 -07:00
parent ea983af9a4
commit 76708b98da

View File

@@ -1,53 +1,53 @@
apiVersion: networking.k8s.io/v1 # apiVersion: networking.k8s.io/v1
kind: Ingress # kind: Ingress
metadata: # metadata:
name: copilot-ingress # name: copilot-ingress
namespace: projects # namespace: projects
annotations: # annotations:
cert-manager.io/cluster-issuer: cloudflare-issuer # cert-manager.io/cluster-issuer: cloudflare-issuer
spec: # spec:
ingressClassName: nginx # ingressClassName: nginx
tls: # tls:
- hosts: # - hosts:
- copilot.alexmickelson.guru # - copilot.alexmickelson.guru
secretName: copilot-tls-cert # secretName: copilot-tls-cert
rules: # rules:
- host: copilot.alexmickelson.guru # - host: copilot.alexmickelson.guru
http: # http:
paths: # paths:
- path: / # - path: /
pathType: Prefix # pathType: Prefix
backend: # backend:
service: # service:
name: copilot # name: copilot
port: # port:
number: 4444 # number: 4444
--- # ---
apiVersion: v1 # apiVersion: v1
kind: Service # kind: Service
metadata: # metadata:
name: copilot # name: copilot
namespace: projects # namespace: projects
spec: # spec:
ports: # ports:
- port: 4444 # - port: 4444
targetPort: 4444 # targetPort: 4444
protocol: TCP # protocol: TCP
--- # ---
apiVersion: discovery.k8s.io/v1 # apiVersion: discovery.k8s.io/v1
kind: EndpointSlice # kind: EndpointSlice
metadata: # metadata:
name: copilot # name: copilot
namespace: projects # namespace: projects
labels: # labels:
kubernetes.io/service-name: copilot # kubernetes.io/service-name: copilot
addressType: IPv4 # addressType: IPv4
ports: # ports:
- name: http # - name: http
port: 4444 # port: 4444
protocol: TCP # protocol: TCP
endpoints: # endpoints:
- addresses: # - addresses:
- 100.122.128.107 # - 100.122.128.107
conditions: # conditions:
ready: true # ready: true