Some checks are pending
Extracted from oil project — business logic removed, auth/db/deploy infrastructure generalized with APP_NAME placeholders. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
12 lines
161 B
YAML
12 lines
161 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: APP_NAME
|
|
namespace: APP_NAME
|
|
spec:
|
|
selector:
|
|
app: APP_NAME
|
|
ports:
|
|
- port: 80
|
|
targetPort: 8000
|