Kubernetes manifests for deploying to home cluster in the aprs namespace with Forgejo Actions CI pipeline for building and pushing container images to git.mcintire.me registry.
16 lines
252 B
YAML
16 lines
252 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: aprs-headless
|
|
namespace: aprs
|
|
spec:
|
|
clusterIP: None
|
|
selector:
|
|
app: aprs
|
|
ports:
|
|
- name: epmd
|
|
port: 4369
|
|
targetPort: 4369
|
|
- name: dist
|
|
port: 9000
|
|
targetPort: 9000
|