first commit

This commit is contained in:
ston1th 2019-12-01 21:25:08 +01:00
commit e8a57ace39
16 changed files with 1486 additions and 0 deletions

14
config/service.yaml Normal file
View file

@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: template-solver
namespace: template-solver
spec:
type: ClusterIP
ports:
- name: https
port: 443
protocol: TCP
targetPort: https
selector:
app: template-solver