feat: Buncha shit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: {{ item.name }}
|
||||
namespace: default
|
||||
spec:
|
||||
selector:
|
||||
app: {{ item.name }}
|
||||
ports:
|
||||
- name: http
|
||||
targetPort: {{ item.port }}
|
||||
port: {{ item.port }}
|
||||
Reference in New Issue
Block a user