k3s-configs/apps/namesny-com/goaccess-service.yaml

14 lines
208 B
YAML
Raw Normal View History

2024-01-05 20:01:14 +00:00
apiVersion: v1
kind: Service
metadata:
name: namesny-com-svc
namespace: namesny-com
spec:
selector:
app: namesny-com
type: ClusterIP
ports:
- protocol: TCP
port: 7890
targetPort: 7890