Files
home-kubernetes/gitops/home-kubernetes/fuj/service_fujarna.yaml
Jan Novak 512b3cc2a6 gitops/fuj: split into per-app manifests, add fuj-management deployment
Rename generic deployment/service/httproute to per-app suffixes (_fujarna,
_fuj-management) and add fuj-management deployment, service, httproute, and
bot-credentials secret. Namespace name corrected to fuj.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-11 20:59:14 +02:00

15 lines
209 B
YAML

apiVersion: v1
kind: Service
metadata:
name: fujarna
namespace: fuj
spec:
type: ClusterIP
selector:
app: fujarna
ports:
- port: 80
targetPort: 8080
protocol: TCP
name: http