diff options
Diffstat (limited to 'yamls/deployment.yaml')
| -rw-r--r-- | yamls/deployment.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/yamls/deployment.yaml b/yamls/deployment.yaml index 53a9309..e87429e 100644 --- a/yamls/deployment.yaml +++ b/yamls/deployment.yaml @@ -20,6 +20,9 @@ spec: - name: i2-pod-storage persistentVolumeClaim: claimName: i2-storage + - name: i2-ports + configMap: + name: i2-ports containers: - image: akiyamn/i2 name: i2 @@ -29,4 +32,7 @@ spec: volumeMounts: - mountPath: "/var/www/html" name: i2-pod-storage + - mountPath: "/etc/apache2/ports.conf" + name: i2-ports + subPath: ports.conf status: {}
\ No newline at end of file |
