mirror of
https://github.com/ION606/argo-temp.git
synced 2026-05-14 20:06:53 +00:00
13 lines
160 B
YAML
13 lines
160 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Service
|
||
|
|
metadata:
|
||
|
|
name: myapp-service
|
||
|
|
spec:
|
||
|
|
selector:
|
||
|
|
app: myapp
|
||
|
|
ports:
|
||
|
|
- port: 8080
|
||
|
|
protocol: TCP
|
||
|
|
targetPort: 8080
|
||
|
|
|