blob: b5164716897c0d0c0554a5c14d9c7a6e075448d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
apiVersion: v1
kind: Service
metadata:
name: thallium-backend-svc
namespace: merch
spec:
selector:
app: thallium-backend
ports:
- protocol: TCP
port: 80
targetPort: 8000
|