Adds discourse app.

This commit is contained in:
2025-08-08 09:26:02 -07:00
parent 9ae248d5f7
commit 33dce80116
10 changed files with 481 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
# Source: discourse/templates/service.yaml
apiVersion: v1
kind: Service
metadata:
name: discourse
namespace: discourse
spec:
type: ClusterIP
sessionAffinity: None
ports:
- name: http
port: 80
protocol: TCP
targetPort: http
nodePort: null
selector:
component: web