add app obsidian

This commit is contained in:
2024-07-25 07:30:24 +10:00
parent 11e299d845
commit e5947cc8ee
7 changed files with 111 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: obsidian
namespace: obsidian
labels:
app.kubernetes.io/name: obsidian
spec:
selector:
app.kubernetes.io/name: obsidian
type: ClusterIP
internalTrafficPolicy: Cluster
ports:
- protocol: TCP
port: 8080
targetPort: 8080
name: http