mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 09:04:24 +00:00
Add lemma notes deployment
This commit is contained in:
11
apps/base/lemma/service.yaml
Normal file
11
apps/base/lemma/service.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
# /apps/base/lemma/service.yaml
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: lemma
|
||||
spec:
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 8080
|
||||
selector:
|
||||
app: lemma
|
||||
Reference in New Issue
Block a user