mirror of
https://github.com/cna-bootcamp/lifesub.git
synced 2025-12-06 16:16:22 +00:00
16 lines
229 B
YAML
16 lines
229 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: mysub-service
|
|
namespace: dg0400-lifesub-ns
|
|
labels:
|
|
app: mysub
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- port: 80
|
|
targetPort: 8082
|
|
protocol: TCP
|
|
selector:
|
|
app: mysub
|