feat: add Kubernetes Deployment
This commit is contained in:
12
deploy/service.yaml
Normal file
12
deploy/service.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: alexohneander-zola-service
|
||||
namespace: websites
|
||||
spec:
|
||||
selector:
|
||||
app: alexohneander-zola
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 80
|
||||
targetPort: 80
|
Reference in New Issue
Block a user