Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion kubernetes/drupal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,17 @@ spec:
requests:
storage: 10Gi
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: drupal
labels:
app: drupal
spec:
selector:
matchLabels:
app: drupal
tier: frontend
strategy:
type: Recreate
template:
Expand Down
6 changes: 5 additions & 1 deletion kubernetes/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,17 @@ spec:
requests:
storage: 10Gi
---
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: postgresql
labels:
app: drupal
spec:
selector:
matchLabels:
app: drupal
tier: postgreSQL
strategy:
type: Recreate
template:
Expand Down