0d3da9856a
namespace, deployment, PVC (2Gi local-path), service, Traefik ingress with letsencrypt-prod TLS at trilium.chemavx.xyz, ArgoCD Application.
14 lines
195 B
YAML
14 lines
195 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: trilium
|
|
namespace: trilium
|
|
spec:
|
|
selector:
|
|
app: trilium
|
|
ports:
|
|
- name: http
|
|
port: 8080
|
|
targetPort: 8080
|
|
type: ClusterIP
|