Skip to content

Commit

Permalink
fix: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sarumont committed Sep 27, 2023
1 parent 9fa1160 commit e8d1c8c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions tf/unifi/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ image:
registry: ${var.image_registry}
repository: ${var.image_repository}
tag: ${var.image_version}
env:
TZ: ${var.timezone}
service:
loadBalancerIP: ${var.ip}
persistence:
environment:
timezone: ${var.timezone}
service:
loadBalancerIP: ${var.ip}
persistence:
storageClass: ""
backup:
storageClass: ""
backup:
storageClass: ""
resources:
requests:
cpu: 100m
memory: 256Mi
limits:
cpu: 1
memory: 3Gi
resources:
requests:
cpu: 100m
memory: 256Mi
limits:
cpu: 1
memory: 3Gi
EOT
]
}

0 comments on commit e8d1c8c

Please sign in to comment.