apps
adguard
files
finance
homeassistant
immich
media
minecraft
monitoring
ntfy
recipes
rss
deployment.yaml
ingress.yaml
kustomization.yaml
namespace.yaml
pvc.yaml
service.yaml
todos
whoami
infrastructure
kluster-deployments
.gitignore
README.md
renovate.json
10 lines
128 B
YAML
10 lines
128 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: rss-web
|
|
spec:
|
|
selector:
|
|
app: rss
|
|
ports:
|
|
- port: 80
|
|
targetPort: 7070 |