add monetnaildesign

This commit is contained in:
2025-08-14 22:08:45 -05:00
parent fabc113c84
commit 1d828f455c
10 changed files with 252 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
annotations:
description: Exposes and load balances the application pods
labels:
app: monetnaildesign-nginx
template: nginx-example
name: monetnaildesign-nginx
spec:
ports:
- name: web
port: 80
targetPort: 8080
selector:
name: monetnaildesign-nginx