mirror of
https://github.com/ghndrx/k8s-manifests.git
synced 2026-02-10 06:45:09 +00:00
- Namespace with Pod Security Standards restricted enforcement - Deployment with full security context (non-root, read-only fs, no caps) - Resource limits, health probes, topology spread - Service and comprehensive README - Kustomize structure for overlay-based customization
16 lines
291 B
YAML
16 lines
291 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- deployment.yaml
|
|
- service.yaml
|
|
|
|
labels:
|
|
- pairs:
|
|
app.kubernetes.io/managed-by: kustomize
|
|
includeSelectors: false
|
|
|
|
# Default namespace for all resources
|
|
namespace: app-production
|