mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-10-14 02:54:45 +02:00
「🏗️」 wip: finished the script for deployment
This commit is contained in:
11
p2/confs/app1/service.yml
Normal file
11
p2/confs/app1/service.yml
Normal file
@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: app1-service
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app: app1
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 80
|
Reference in New Issue
Block a user