Files
homelab/kubernetes/app/archmirror/service.yaml

15 lines
206 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: archmirror
namespace: archmirror
spec:
selector:
app: archmirror
ports:
- name: http
port: 80
targetPort: 80
protocol: TCP