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.
13 lines
186 B
YAML
13 lines
186 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: aprs
|
|
namespace: aprs
|
|
spec:
|
|
selector:
|
|
app: aprs
|
|
ports:
|
|
- name: http
|
|
port: 4000
|
|
targetPort: 4000
|
|
type: ClusterIP
|