put all of kubernaut's configuration in this repo

This commit is contained in:
2025-06-29 15:20:47 -05:00
parent 1da6a3cf2f
commit ece9c82bc6
7 changed files with 122 additions and 1 deletions

View File

@ -0,0 +1,12 @@
---
apiVersion: v1
kind: Service
metadata:
name: kubernaut
spec:
ports:
- name: web
port: 80
targetPort: sinatra-web
selector:
app: kubernaut