Files
home-kubernetes/gitops/home-kubernetes/fuj/service.yaml

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